X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=70edeebc8c7ab7080c6f5b5eeedd6078844323e9;hb=16204dfc7715783c2ebdfb55fc44fb9344613a76;hp=e5d5f489c955203a4c8db913a859b7dcbbfd1285;hpb=09ed626f25fb3e7c57ad7a59e5261ea005aa498f;p=ap-utils.git diff --git a/src/Makefile.am b/src/Makefile.am index e5d5f48..70edeeb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,13 +21,23 @@ DEFS = -DLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H INCLUDES = -I../lib -I../intl -I.. LIBS = @INTLLIBS@ @LIBS@ -bin_PROGRAMS = ap-config ap-mrtg +bin_PROGRAMS = ap-config ap-mrtg ap-auth ap-tftp ap-rrd sbin_PROGRAMS = ap-trapd -ap_config_SOURCES = ap-config.c auth_mac.c bridge.c nwn_advanced.c nwn_latest.c stations.c -ap_config_LDADD = ../lib/libap.a -lmenu +ap_config_SOURCES = ap-config.c auth.c bridge.c nwn_advanced.c nwn_latest.c stations.c aplink.c +ap_config_LDADD = ../lib/libap.a -lmenu @CURSESLIBS@ ap_mrtg_SOURCES = ap-mrtg.c ap_mrtg_LDADD = ../lib/libap.a ap_trapd_SOURCES = ap-trapd.c + +ap_auth_SOURCES = ap-auth.c +ap_auth_LDADD = ../lib/libap.a + +ap_rrd_SOURCES = ap-rrd.c +ap_rrd_LDADD = ../lib/libap.a + + +ap_tftp_SOURCES = ap-tftp.c +