[libnotify/0.5] Include the current headers first



commit 061bff0fd8b1416fbf3b11a92631627aa297b837
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Oct 14 23:30:58 2010 -0400

    Include the current headers first

 tests/Makefile.am |    8 +++++---
 tools/Makefile.am |    7 +++++--
 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



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