summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: e3f65493c940c09d65eef6db62f7189b8b81c714 (plain)
1
2
3
4
5
6
7
8
9
10
11
include $(top_srcdir)/Make_global.am

sbin_PROGRAMS	= ipset
ipset_SOURCES	= ipset.c ui.c
ipset_LDADD	= ../lib/libipset.la
AM_LDFLAGS	= -static

dist_man_MANS = ipset.8

#%.o: %.c
#	${AM_VERBOSE_CC} ${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} ${CFLAGS} -o $@ -c $<