summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 46a92201ecf542ea586a94b9d18956f82a870d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

man_MANS = conntrack.8

EXTRA_DIST = $(man_MANS)

INCLUDES  = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
SUBDIRS   = src extensions
DIST_SUBDIRS = include src extensions
LINKOPTS  = -ldl -lnetfilter_conntrack
AM_CFLAGS = -g

$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck