Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / dhcdrop / src |
1.1 misho 1: sbin_PROGRAMS = dhcdrop 2: dhcdrop_SOURCES = dhcdrop.c dhcp_functions.c net_functions.c 3: noinst_HEADERS = common_includes.h dhcdrop.h dhcdrop_types.h dhcp_functions.h dhcp.h net.h net_functions.h 4: dhcdrop_LDADD = -lpcap 5: if ENABLE_STATIC_BUILD 6: dhcdrop_LDFLAGS = -all-static 7: endif