mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 14:30:09 +01:00
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@281 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
18 lines
402 B
Makefile
18 lines
402 B
Makefile
INCLUDES = -I${top_srcdir}
|
|
|
|
CPPFLAGS = \
|
|
$(NM_CFLAGS) \
|
|
-DDBUS_API_SUBJECT_TO_CHANGE \
|
|
-DBINDIR=\"$(bindir)\" \
|
|
-DDATADIR=\"$(datadir)\"
|
|
|
|
noinst_PROGRAMS = nmtest nminfotest nmtestdevices
|
|
|
|
nmtest_SOURCES = nmclienttest.c
|
|
nmtest_LDADD = $(NM_LIBS)
|
|
|
|
nminfotest_SOURCES = nminfotest.c
|
|
nminfotest_LDADD = $(NM_LIBS)
|
|
|
|
nmtestdevices_SOURCES = nmtestdevices.c
|
|
nmtestdevices_LDADD = $(NM_LIBS)
|