From 59c3714a494c3b3765657c0551ad82842d98a7d2 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 26 Apr 2014 20:55:09 +0200 Subject: Imported Upstream version 0.9.8.10 --- src/supplicant-manager/tests/Makefile.am | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/supplicant-manager/tests/Makefile.am') diff --git a/src/supplicant-manager/tests/Makefile.am b/src/supplicant-manager/tests/Makefile.am index 20ba9cc5..58132a60 100644 --- a/src/supplicant-manager/tests/Makefile.am +++ b/src/supplicant-manager/tests/Makefile.am @@ -1,22 +1,20 @@ if ENABLE_TESTS -INCLUDES = \ +noinst_PROGRAMS = test-supplicant-config + +test_supplicant_config_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ -I$(top_srcdir)/libnm-util \ -I$(top_builddir)/libnm-util \ -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/supplicant-manager - -noinst_PROGRAMS = test-supplicant-config + -I$(top_srcdir)/src/supplicant-manager \ + $(GLIB_CFLAGS) \ + $(DBUS_CFLAGS) test_supplicant_config_SOURCES = \ test-supplicant-config.c -test_supplicant_config_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) - test_supplicant_config_LDADD = \ $(top_builddir)/libnm-util/libnm-util.la \ $(top_builddir)/src/supplicant-manager/libsupplicant-manager.la \ -- cgit 1.3.0-6-gf8a5