>From 67165db0642b33b69ce5235aced1a83c50f57ff3 Mon Sep 17 00:00:00 2001 From: "Arnel A. Borja" Date: Sat, 24 Dec 2011 13:35:29 +0800 Subject: [PATCH 2/4] 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\ -- 1.7.5.4