summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 262028c216811aff0bcbf34a99b424a43a39869a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/Make_global.am

AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

SUBDIRS	= include src utils

man_MANS = #nfnetlink_conntrack.3 nfnetlink_conntrack.7

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnetfilter_conntrack.pc

EXTRA_DIST = Make_global.am
dist-hook:
	rm -rf `find $(distdir)/debian -name .svn`

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