# Automake file for NetworkInador bin_PROGRAMS = network-inador network_inador_SOURCES = main.c \ common.h link-types.h \ dhcpc_defs.h \ struct_addr_union.h resolv_conf_defs.h \ netlink-events.c netlink-events.h \ interfaces.c interfaces.h \ ip-address.c ip-address.h \ bridge.c bridge.h \ veth.c veth.h \ manager.c manager.h \ dhcp_client.c dhcp_client.h \ routes.c routes.h \ resolv_manager.c resolv_manager.h \ resolv_conf_parser.c resolv_conf_parser.h \ wireless_if.c wireless_if.h \ wireless_bss.c wireless_bss.h \ utils.c utils.h sbin_PROGRAMS = resolvconf resolvconf_SOURCES = resolv_conf_helper.c \ struct_addr_union.h resolv_conf_defs.h \ resolv_conf_parser.c resolv_conf_parser.h \ utils.c utils.h \ glist.c glist.h resolvconf_CFLAGS = -DSTAND_ALONE_RESOLV_CONF_HELPER_BUILD libexec_PROGRAMS = ni-dhcp-helper ni_dhcp_helper_SOURCES = ni-dhcp-iface-helper.c ni_dhcp_helper_CPPFLAGS = $(AM_CPPFLAGS) ni_dhcp_helper_CFLAGS = $(AM_CFLAGS) #network_inador_CPPFLAGS = -DGAMEDATA_DIR=\"$(gamedatadir)/\" -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) network_inador_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) network_inador_CFLAGS = $(GLIB_CFLAGS) $(LIBNL3_CFLAGS) $(LIBNLGEN3_CFLAGS) $(AM_CFLAGS) network_inador_LDADD = $(GLIB_LIBS) $(LIBNL3_LIBS) $(LIBNLGEN3_LIBS) LDADD = $(LIBINTL) #SUBDIRS = client_test dhcpc