mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 23:40:10 +01:00
13 lines
488 B
Makefile
13 lines
488 B
Makefile
INCLUDES=-I$(top_srcdir)/system-settings/plugins/ifnet\
|
|
-I$(top_srcdir)/libnm-glib \
|
|
-I$(top_srcdir)/libnm-util \
|
|
-I$(top_srcdir)/include \
|
|
-I$(top_srcdir)/src/system-settings
|
|
TESTS = check_ifnet
|
|
check_PROGRAMS = check_ifnet
|
|
check_ifnet_SOURCES = test_all.c
|
|
check_ifnet_CPPFLAGS = $(CHECK_CFLAGS) $(GLIB_CFLAGS)
|
|
check_ifnet_LDADD = $(top_srcdir)/libnm-util/libnm-util.la\
|
|
$(top_srcdir)/system-settings/plugins/ifnet/lib-ifnet-io.la\
|
|
$(CHECK_LIBS)\
|
|
$(GLIB_LIBS)
|