]> icculus.org git repositories - btb/d2x.git/blob - iff/Makefile.am
84be250b6a1911b702d3b47cef58a3915bc879ad
[btb/d2x.git] / iff / Makefile.am
1 EXTRA_SUBDIRS = archive
2
3 noinst_LIBRARIES = libiff.a
4 INCLUDES = -I $(top_srcdir)/includes
5
6 libiff_a_SOURCES = iff.c
7
8 dist-hook:
9         list='$(EXTRA_SUBDIRS)'; for subdir in $$list; do \
10          tar --exclude=CVS -cf - $$subdir | ( cd $(distdir) && tar xf - ) \
11         done