[anjuta] libanjuta: small fix for test program makefile.
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: small fix for test program makefile.
- Date: Thu, 26 May 2011 19:47:11 +0000 (UTC)
commit f690a8477a588cb28a284437757ece1d5ddf5fa8
Author: Massimo Corà <mcora src gnome org>
Date: Thu May 26 00:33:59 2011 +0200
libanjuta: small fix for test program makefile.
libanjuta/tests/Makefile.am | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/libanjuta/tests/Makefile.am b/libanjuta/tests/Makefile.am
index 47c879f..406ea19 100644
--- a/libanjuta/tests/Makefile.am
+++ b/libanjuta/tests/Makefile.am
@@ -1,6 +1,13 @@
noinst_PROGRAMS = anjuta-tabber-test
+# Include paths
+AM_CPPFLAGS = \
+ $(WARN_CFLAGS) \
+ $(DEPRECATED_FLAGS) \
+ $(GDA_CFLAGS) \
+ $(LIBANJUTA_CFLAGS)
+
anjuta_tabber_test_CFLAGS = $(LIBANJUTA_CFLAGS)
-anjuta_tabber_test_LDADD = $(LIBANJUTA_LIBS)
+anjuta_tabber_test_LDADD = $(LIBANJUTA_LIBS) $(ANJUTA_LIBS)
-anjuta_tabber_test_SOURCES = anjuta-tabber-test.c
\ No newline at end of file
+anjuta_tabber_test_SOURCES = anjuta-tabber-test.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]