Include .deb release tag 'captive' to not to conflict with Debian dist.
[ntfsprogs.git] / Makefile.am
1
2 SUBDIRS = doc include libntfs ntfsprogs
3
4 EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
5                 INSTALL NEWS README ntfsprogs.spec.in \
6                 TODO.ntfsprogs getgccver \
7                 debian/ntfsprogs.docs \
8                 debian/ntfsprogs.files \
9                 debian/changelog.in \
10                 debian/control \
11                 debian/copyright \
12                 debian/rules \
13                 debian/ntfsprogs-dev.files
14
15 # Needed for dpkg-buildpackage(1):
16 EXTRA_DIST+=debian/changelog
17
18 AUTOMAKE_OPTIONS = gnu
19
20 dist-hook: ntfsprogs.spec
21         cp ntfsprogs.spec $(distdir)
22
23 libtool: $(LIBTOOL_DEPS)
24         $(SHELL) ./config.status --recheck
25
26 strip:
27         $(MAKE) -C ntfsprogs strip
28