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 | |
---|
3 | bin_SCRIPTS = \ |
---|
4 | audiofile-config |
---|
5 | |
---|
6 | SRC_SUBDIRS = libaudiofile sfcommands test |
---|
7 | SUBDIRS = $(SRC_SUBDIRS) docs |
---|
8 | |
---|
9 | EXTRA_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 | |
---|
20 | m4datadir = $(datadir)/aclocal |
---|
21 | m4data_DATA = audiofile.m4 |
---|
22 | |
---|
23 | pkgconfigdir = $(libdir)/pkgconfig |
---|
24 | pkgconfig_DATA = audiofile.pc |
---|
25 | |
---|
26 | dist-hook: audiofile.spec |
---|
27 | cp audiofile.spec $(distdir) |
---|
Note: See
TracBrowser
for help on using the repository browser.