Release lksctp-tools-1.0.15
[lksctp-tools.git] / Makefile.am
blob2c9c8c637fcbfb77f8bc018727ddb78d7c8f9e43
1 include $(top_srcdir)/Makefile.vars
2 include $(top_srcdir)/Makefile.rules
4 DISTCLEANFILES += config.h stamp-h libtool
5 MAINTAINERCLEANFILES += aclocal.m4 config.h.in configure stamp-h.in \
6                         config.h stamp-h
8 EXTRA_DIST += ChangeLog AUTHORS COPYING COPYING.lib INSTALL \
9         README ROADMAP NEWS \
10         Makefile.vars Makefile.rules Makefile.dirs
12 # bin or src products may be required to generate stuff in test/
13 SUBDIRS = man bin src doc
15 ACLOCAL_AMFLAGS=-I m4
17 # Libtool support
18 LIBTOOL_DEPS = @LIBTOOL_DEPS@
19 libtool: $(LIBTOOL_DEPS)
20         $(SHELL) ./config.status --recheck
22 ## FIXME: Your stuff here