[anjuta] project-wizard: Fix Makefile issue in gtkmm project
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: Fix Makefile issue in gtkmm project
- Date: Mon, 7 Mar 2011 23:49:16 +0000 (UTC)
commit fe754b9095b94aeea38c09f519d9e4b5229fd109
Author: Johannes Schmid <jhs gnome org>
Date: Tue Mar 8 00:30:05 2011 +0100
project-wizard: Fix Makefile issue in gtkmm project
.../templates/gtkmm/src/Makefile.am.tpl | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl b/plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl
index b0f2448..437ec3f 100644
--- a/plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl
+++ b/plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl
@@ -3,8 +3,10 @@
## Created by Anjuta
+[+IF (=(get "HaveBuilderUI") "1")+]
uidir = $(datadir)/[+NameHLower+]/ui
ui_DATA = [+NameHLower+].ui
+[+ENDIF+]
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@@ -25,9 +27,11 @@ bin_PROGRAMS = [+NameHLower+]
[+NameCLower+]_LDADD = $([+NameCUpper+]_LIBS)
+[+IF (=(get "HaveBuilderUI") "1")+]
EXTRA_DIST = $(ui_DATA)
# Remove ui directory on uninstall
uninstall-local:
-rm -r $(uidir)
-rm -r $(datadir)/[+NameHLower+]
+[+ENDIF+]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]