OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / conntrack-tools / Makefile.am
1 include Make_global.am
2
3 # not a GNU package. You can remove this line, if
4 # have all needed files, that a GNU package needs
5 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
6
7 man_MANS = conntrack.8
8 EXTRA_DIST = $(man_MANS) Make_global.am ChangeLog TODO examples
9
10 SUBDIRS   = extensions src
11 DIST_SUBDIRS = include src extensions
12 LINKOPTS  = -lnfnetlink -lnetfilter_conntrack -lpthread
13 AM_CFLAGS = -g
14
15 $(OBJECTS): libtool
16 libtool: $(LIBTOOL_DEPS)
17         $(SHELL) ./config.status --recheck
18
19 dist-hook:
20         rm -rf `find $(distdir)/debian -name .svn`
21         rm -rf `find $(distdir)/examples -name .svn`