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