]> git.decadent.org.uk Git - ap-utils.git/blob - src/Makefile.am
Pass correct platform options to configure
[ap-utils.git] / src / Makefile.am
1 #
2 #      Makefile.am from Wireless Access Point Utilites for Unix
3 #
4 #  Copyright (c) 2002 Roman Festchook <roma at polesye dot net>
5 #
6 #  This program is free software; you can redistribute it and/or modify
7 #  it under the terms of the GNU General Public License Version 2 from
8 #  June 1991 as published by the Free Software Foundation.
9 #
10 #  This program is distributed in the hope that it will be useful, but
11 #  WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU General Public License for more details.
14 #
15 #  You should have received a copy of the GNU General Public License along
16 #  with this program; if not, write to the Free Software Foundation, Inc.,
17 #  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 #
19
20 DEFS = -DLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H
21 INCLUDES = -I../lib -I../intl -I..
22 LIBS = @INTLLIBS@ @LIBS@
23
24 bin_PROGRAMS = ap-config ap-mrtg ap-auth ap-tftp ap-rrd
25 sbin_PROGRAMS = ap-trapd
26  
27 ap_config_SOURCES = ap-config.c auth.c bridge.c nwn_advanced.c nwn_latest.c stations.c aplink.c
28 ap_config_LDADD = ../lib/libap.a -lmenu @CURSESLIBS@
29
30 ap_tftp_SOURCES = ap-tftp.c
31 ap_tftp_LDADD = ../lib/libap.a
32
33 ap_trapd_SOURCES = ap-trapd.c
34
35 ap_auth_SOURCES = ap-auth.c
36 ap_auth_LDADD = ../lib/libap.a
37
38 ap_mrtg_SOURCES = ap-mrtg.c
39 ap_mrtg_LDADD = ../lib/libap.a
40
41 ap_rrd_SOURCES = ap-rrd.c
42 ap_rrd_LDADD = ../lib/libap.a
43