[anjuta] project-wizard: Move PROJECT_CFLAGS to own line in minimal template



commit 80c0b7d6819ddda761c8514e64bf34aa8c7cfb44
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sat Dec 24 13:35:29 2011 +0800

    project-wizard: Move PROJECT_CFLAGS to own line in minimal template

 .../templates/minimal/Makefile.am.tpl              |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/minimal/Makefile.am.tpl b/plugins/project-wizard/templates/minimal/Makefile.am.tpl
index 7816042..95bd4e3 100644
--- a/plugins/project-wizard/templates/minimal/Makefile.am.tpl
+++ b/plugins/project-wizard/templates/minimal/Makefile.am.tpl
@@ -4,7 +4,8 @@
 ## Created by Anjuta
 
 AM_CPPFLAGS = \
-	-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" [+IF (=(get "HavePackage") "1")+]$([+NameCUpper+]_CFLAGS)[+ENDIF+]
+	-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\"[+IF (=(get "HavePackage") "1")+] \
+	$([+NameCUpper+]_CFLAGS)[+ENDIF+]
 
 AM_CFLAGS =\
 	 -Wall\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]