summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modem/Makefile.am4
-rw-r--r--modem/tests/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/modem/Makefile.am b/modem/Makefile.am
index 1c658b9..55984ee 100644
--- a/modem/Makefile.am
+++ b/modem/Makefile.am
@@ -12,7 +12,9 @@ SUBDIRS = . tests
# Headers and libraries
AM_CFLAGS = $(ERROR_CFLAGS) @GLIB_CFLAGS@ @DBUS_CFLAGS@ @TP_CFLAGS@ \
- @UUID_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/modem
+ @UUID_CFLAGS@
+
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/modem
AM_LDFLAGS =
diff --git a/modem/tests/Makefile.am b/modem/tests/Makefile.am
index f8c5198..fa2ea27 100644
--- a/modem/tests/Makefile.am
+++ b/modem/tests/Makefile.am
@@ -1,7 +1,7 @@
AM_CFLAGS = $(ERROR_CFLAGS) \
@TP_CFLAGS@ @GLIB_CFLAGS@ @DBUS_CFLAGS@ @CHECK_CFLAGS@
-INCLUDE = -I$(top_srcdir) -I$(top_srcdir)/tests -I$(top_srcdir)/modem -I..
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests -I$(top_srcdir)/modem -I..
TESTS = test-modem