summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-14 23:30:58 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-14 23:30:58 -0400
commit061bff0fd8b1416fbf3b11a92631627aa297b837 (patch)
treefc0198d41e15b2ba2bfcb8b8d4164b69132614ea
parent7748d2bfd5ed20e43e574d0c701d54cdba655239 (diff)
downloadlibnotify-0.5.tar.gz
Include the current headers first0.5.20.5
-rw-r--r--tests/Makefile.am8
-rw-r--r--tools/Makefile.am7
2 files changed, 10 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e80e79d..af00ec3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -67,8 +67,10 @@ test_rtl_LDADD = $(common_ldflags)
EXTRA_DIST = applet-critical.png
-INCLUDES = $(PACKAGE_CFLAGS) \
- $(GDK_CFLAGS) \
- -I$(top_srcdir)
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/libnotify \
+ $(PACKAGE_CFLAGS) \
+ $(GDK_CFLAGS)
-include $(top_srcdir)/git.mk
diff --git a/tools/Makefile.am b/tools/Makefile.am
index d8ddc59..b75c7dd 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -7,7 +7,10 @@ common_ldflags = \
notify_send_SOURCES = notify-send.c
notify_send_LDADD = $(common_ldflags)
-INCLUDES = $(PACKAGE_CFLAGS) \
- -I$(top_srcdir)
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/libnotify \
+ $(PACKAGE_CFLAGS)
+
-include $(top_srcdir)/git.mk