summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 03a8faa671a7afa4960ff10e8e154b33434f1482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

EXTRA_DIST = $(man_MANS) debian

SUBDIRS = src include
DIST_SUBDIRS = src include

man_MANS = #nfnetlink.3

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

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