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
20DEFS = -DLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H
21INCLUDES = -I../lib -I../intl -I..
22LIBS = @INTLLIBS@ @LIBS@
23
24bin_PROGRAMS = ap-config ap-mrtg
25sbin_PROGRAMS = ap-trapd
26
27ap_config_SOURCES = ap-config.c auth_mac.c bridge.c nwn_advanced.c nwn_latest.c stations.c
28ap_config_LDADD = ../lib/libap.a -lmenu
29
30ap_mrtg_SOURCES = ap-mrtg.c
31ap_mrtg_LDADD = ../lib/libap.a
32
33ap_trapd_SOURCES = ap-trapd.c
34