source: zzuf/trunk/Makefile.am @ 4236

Last change on this file since 4236 was 4118, checked in by Sam Hocevar, 13 years ago

Add missing distributed files in Makefile.am.

  • Property svn:keywords set to Id
File size: 333 bytes
Line 
1# $Id: Makefile.am 4118 2009-12-14 02:55:11Z sam $
2
3SUBDIRS = src test doc
4DIST_SUBDIRS = $(SUBDIRS)
5
6EXTRA_DIST = bootstrap AUTHORS \
7        m4/cflags.m4 m4/func.m4 \
8        msvc/config.h \
9        msvc/libzzuf.vcproj msvc/libzzuf.vcxproj \
10        msvc/zznop.vcxproj \
11        msvc/zzuf10.sln msvc/zzuf.sln \
12        msvc/zzuf.vcproj msvc/zzuf.vcxproj
13ACLOCAL_AMFLAGS = -I m4
14AUTOMAKE_OPTIONS = foreign dist-bzip2
15
Note: See TracBrowser for help on using the repository browser.