2005-12-21 08:11:57 +00:00
|
|
|
INCLUDES = -I${top_srcdir} \
|
|
|
|
|
-I${top_srcdir}/utils \
|
|
|
|
|
-I${top_srcdir}/include \
|
2005-12-29 17:03:46 +00:00
|
|
|
-I${top_srcdir}/libnm-util \
|
2006-09-07 19:17:20 +00:00
|
|
|
-I${top_srcdir}/test \
|
|
|
|
|
-I${top_srcdir}/test/test-common
|
2005-12-21 08:11:57 +00:00
|
|
|
|
2006-06-16 16:36:57 +00:00
|
|
|
noinst_PROGRAMS = test-ciphers test-dbus-helpers test-dbus-dict-helpers
|
2005-12-21 08:11:57 +00:00
|
|
|
|
2005-12-29 17:03:46 +00:00
|
|
|
test_ciphers_SOURCES = test-ciphers.c test-inputs.h
|
2005-12-21 08:11:57 +00:00
|
|
|
|
|
|
|
|
test_ciphers_CPPFLAGS = \
|
|
|
|
|
$(DBUS_CFLAGS) \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
-DDBUS_API_SUBJECT_TO_CHANGE \
|
|
|
|
|
-DBINDIR=\"$(bindir)\" \
|
|
|
|
|
-DDATADIR=\"$(datadir)\"
|
|
|
|
|
|
|
|
|
|
test_ciphers_LDADD = \
|
|
|
|
|
$(DBUS_LIBS) \
|
|
|
|
|
$(GLIB_LIBS) \
|
2006-09-07 19:17:20 +00:00
|
|
|
$(top_builddir)/libnm-util/libnm-util.la \
|
|
|
|
|
$(top_builddir)/test/test-common/libtest-common.la
|
2005-12-29 17:03:46 +00:00
|
|
|
|
2006-06-16 16:36:57 +00:00
|
|
|
|
2005-12-29 17:03:46 +00:00
|
|
|
test_dbus_helpers_SOURCES = test-dbus-helpers.c test-inputs.h
|
|
|
|
|
|
|
|
|
|
test_dbus_helpers_CPPFLAGS = \
|
|
|
|
|
$(DBUS_CFLAGS) \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
-DDBUS_API_SUBJECT_TO_CHANGE \
|
|
|
|
|
-DBINDIR=\"$(bindir)\" \
|
|
|
|
|
-DDATADIR=\"$(datadir)\"
|
|
|
|
|
|
|
|
|
|
test_dbus_helpers_LDADD = \
|
|
|
|
|
$(DBUS_LIBS) \
|
|
|
|
|
$(GLIB_LIBS) \
|
|
|
|
|
$(top_builddir)/libnm-util/libnm-util.la \
|
|
|
|
|
$(top_builddir)/test/test-common/libtest-common.la
|
2006-06-16 16:36:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
test_dbus_dict_helpers_SOURCES = test-dbus-dict-helpers.c
|
|
|
|
|
|
|
|
|
|
test_dbus_dict_helpers_CPPFLAGS = \
|
|
|
|
|
$(DBUS_CFLAGS) \
|
|
|
|
|
-DDBUS_API_SUBJECT_TO_CHANGE \
|
|
|
|
|
-DBINDIR=\"$(bindir)\" \
|
|
|
|
|
-DDATADIR=\"$(datadir)\"
|
|
|
|
|
|
|
|
|
|
test_dbus_dict_helpers_LDADD = \
|
|
|
|
|
$(DBUS_LIBS) \
|
|
|
|
|
$(top_builddir)/libnm-util/libnm-util.la \
|
|
|
|
|
$(top_builddir)/test/test-common/libtest-common.la
|