diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2014-04-26 20:55:09 +0200 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@luon.net> | 2014-04-26 20:55:09 +0200 |
| commit | 59c3714a494c3b3765657c0551ad82842d98a7d2 (patch) | |
| tree | e4dcdf9791fc40581f02bfaf870c30b102b3133a /callouts/tests/Makefile.am | |
| parent | a4256940da049f91bbbea5e53e469a59ea9c10f7 (diff) | |
Imported Upstream version 0.9.8.10 upstream/0.9.8.10
Diffstat (limited to 'callouts/tests/Makefile.am')
| -rw-r--r-- | callouts/tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am index e8a13fc6..d33d0f91 100644 --- a/callouts/tests/Makefile.am +++ b/callouts/tests/Makefile.am @@ -1,6 +1,6 @@ if ENABLE_TESTS -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I${top_builddir}/include \ -I$(top_srcdir)/libnm-util \ @@ -17,7 +17,8 @@ test_dispatcher_envp_SOURCES = \ test_dispatcher_envp_CPPFLAGS = \ $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) + $(DBUS_CFLAGS) \ + $(AM_CPPFLAGS) test_dispatcher_envp_LDADD = \ $(top_builddir)/libnm-util/libnm-util.la \ |