X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=00f1793fc5ffca66ab75fa5d4b3b84153054518b;hb=67fc54773e1504698e80c9cb83977bde32665350;hp=e5d5f489c955203a4c8db913a859b7dcbbfd1285;hpb=6a9e980b8799891e0a5467a0126a60b169c8f4eb;p=ap-utils.git diff --git a/src/Makefile.am b/src/Makefile.am index e5d5f48..00f1793 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ 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 sbin_PROGRAMS = ap-trapd ap_config_SOURCES = ap-config.c auth_mac.c bridge.c nwn_advanced.c nwn_latest.c stations.c @@ -31,3 +31,6 @@ 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