Include the current headers first
This commit is contained in:
parent
7748d2bfd5
commit
061bff0fd8
|
@ -67,8 +67,10 @@ test_rtl_LDADD = $(common_ldflags)
|
||||||
|
|
||||||
EXTRA_DIST = applet-critical.png
|
EXTRA_DIST = applet-critical.png
|
||||||
|
|
||||||
INCLUDES = $(PACKAGE_CFLAGS) \
|
INCLUDES = \
|
||||||
$(GDK_CFLAGS) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)
|
-I$(top_srcdir)/libnotify \
|
||||||
|
$(PACKAGE_CFLAGS) \
|
||||||
|
$(GDK_CFLAGS)
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
|
@ -7,7 +7,10 @@ common_ldflags = \
|
||||||
notify_send_SOURCES = notify-send.c
|
notify_send_SOURCES = notify-send.c
|
||||||
notify_send_LDADD = $(common_ldflags)
|
notify_send_LDADD = $(common_ldflags)
|
||||||
|
|
||||||
INCLUDES = $(PACKAGE_CFLAGS) \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_srcdir)/libnotify \
|
||||||
|
$(PACKAGE_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
Loading…
Reference in New Issue