2024-01-09 23:02:39 -06:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libnetworkinador.la
|
2025-01-02 17:43:10 -06:00
|
|
|
libnetworkinador_la_SOURCES = network-inador-public.h \
|
|
|
|
event_notify.c event_notify.h \
|
2025-01-13 17:25:09 -06:00
|
|
|
getters.c setters.c network-inador-private.h \
|
2025-01-02 17:43:10 -06:00
|
|
|
network-inador-link-types.h network-inador-manager.h network-inador-events.h \
|
2024-01-09 23:02:39 -06:00
|
|
|
struct_addr_union.h wireless_struct.h \
|
|
|
|
handle.c \
|
|
|
|
netlink-events.c netlink-events.h \
|
2025-01-13 17:25:09 -06:00
|
|
|
file_watcher.c file_watcher.h \
|
2024-01-09 23:02:39 -06:00
|
|
|
interfaces.c interfaces.h \
|
|
|
|
ip-address.c ip-address.h \
|
|
|
|
routes.c routes.h \
|
2025-01-13 23:43:08 -06:00
|
|
|
rtables.c rtables.h \
|
2024-01-09 23:02:39 -06:00
|
|
|
launch_process.c launch_process.h \
|
|
|
|
dhcp_client.c dhcp_client.h dhcpc_defs.h \
|
|
|
|
wireless_if.c wireless_if.h \
|
|
|
|
wireless_bss.c wireless_bss.h \
|
|
|
|
veth.c veth.h \
|
|
|
|
resolv_manager.c resolv_manager.h \
|
|
|
|
resolv_conf_defs.h \
|
|
|
|
bridge.c bridge.h \
|
|
|
|
../common/flist.c ../common/flist.h \
|
|
|
|
../common/resolv_conf_parser.c ../common/resolv_conf_parser.h \
|
|
|
|
../common/utils.c ../common/utils.h
|
|
|
|
#wireless-security.c wireless-security.h
|
|
|
|
|
|
|
|
libnetworkinador_la_CPPFLAGS = -DSHAREDATA_DIR=\"$(sharedatadir)/\" -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS)
|
|
|
|
libnetworkinador_la_LIBADD = $(LIBNL3_LIBS) $(LIBNLGEN3_LIBS)
|
|
|
|
#../common/libnicommon.a
|
|
|
|
libnetworkinador_la_CFLAGS = -I$(top_srcdir)/common $(LIBNL3_CFLAGS) $(LIBNLGEN3_CFLAGS) $(AM_CFLAGS)
|
|
|
|
LDADD = $(LIBINTL)
|
|
|
|
|
|
|
|
libnetworkinadordir = $(includedir)/libnetworkinador
|
2025-01-02 17:43:10 -06:00
|
|
|
libnetworkinador_HEADERS = network-inador-public.h network-inador-link-types.h network-inador-manager.h network-inador-events.h
|
2024-01-09 23:02:39 -06:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
dist_pkgconfig_DATA = network-inador.pc
|