source: trunk/third/audiofile/Makefile.am @ 17099

Revision 17099, 428 bytes checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17098, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3bin_SCRIPTS = \
4         audiofile-config
5
6SRC_SUBDIRS = libaudiofile sfcommands test
7SUBDIRS = $(SRC_SUBDIRS) docs
8
9EXTRA_DIST= \
10        ACKNOWLEDGEMENTS \
11        NOTES \
12        README \
13        TODO \
14        COPYING.GPL \
15        configure configure.in\
16        audiofile.m4 \
17        audiofile.spec.in
18
19m4datadir = $(datadir)/aclocal
20m4data_DATA = audiofile.m4
21
22dist-hook: audiofile.spec
23        cp audiofile.spec $(distdir)
Note: See TracBrowser for help on using the repository browser.