summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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