mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 09:50:09 +01:00
* utils/Makefile.am utils/nm-utils.c utils/nm-utils.h src/supplicant-manager/Makefile.am src/dhcp-manager/Makefile.am src/backends/Makefile.am src/named-manager/Makefile.am src/ppp-manager/Makefile.am src/vpn-manager/Makefile.am test/libnm-util/Makefile.am test/test-common/Makefile.am - Remove utils/; it was unused git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2808 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
18 lines
392 B
Makefile
18 lines
392 B
Makefile
INCLUDES = -I${top_srcdir} \
|
|
-I${top_srcdir}/include \
|
|
-I${top_srcdir}/libnm-util \
|
|
-I${top_srcdir}/test
|
|
|
|
noinst_LTLIBRARIES=libtest-common.la
|
|
|
|
|
|
libtest_common_la_SOURCES= \
|
|
test-common.c \
|
|
test-common.h
|
|
|
|
libtest_common_la_CPPFLAGS = \
|
|
$(GLIB_CFLAGS) \
|
|
-DG_DISABLE_DEPRECATED
|
|
|
|
libtest_common_la_LIBADD = $(GLIB_LIBS)
|
|
|