Include the current headers first

This commit is contained in:
William Jon McCann 2010-10-14 23:30:58 -04:00
parent 7748d2bfd5
commit 061bff0fd8
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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