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

Revision 18227, 513 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18226, 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        audiofile.pc.in
19
20m4datadir = $(datadir)/aclocal
21m4data_DATA = audiofile.m4
22
23pkgconfigdir = $(libdir)/pkgconfig
24pkgconfig_DATA = audiofile.pc
25
26dist-hook: audiofile.spec
27        cp audiofile.spec $(distdir)
Note: See TracBrowser for help on using the repository browser.