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 /src/settings/tests/Makefile.am | |
| parent | a4256940da049f91bbbea5e53e469a59ea9c10f7 (diff) | |
Imported Upstream version 0.9.8.10 upstream/0.9.8.10
Diffstat (limited to 'src/settings/tests/Makefile.am')
| -rw-r--r-- | src/settings/tests/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/settings/tests/Makefile.am b/src/settings/tests/Makefile.am index 5c0c4565..9471bcb7 100644 --- a/src/settings/tests/Makefile.am +++ b/src/settings/tests/Makefile.am @@ -1,10 +1,12 @@ if ENABLE_TESTS -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ -I$(top_srcdir)/libnm-util \ - -I$(top_srcdir)/src/settings + -I$(top_srcdir)/src/settings \ + $(GLIB_CFLAGS) \ + $(DBUS_CFLAGS) noinst_PROGRAMS = \ test-wired-defname @@ -14,10 +16,6 @@ noinst_PROGRAMS = \ test_wired_defname_SOURCES = \ test-wired-defname.c -test_wired_defname_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) - test_wired_defname_LDADD = \ $(top_builddir)/libnm-util/libnm-util.la \ $(top_builddir)/src/settings/libtest-settings-utils.la \ |