[xiph-cvs] cvs commit: speex Makefile.am
Jean-Marc Valin
jm at xiph.org
Tue Feb 17 21:44:04 PST 2004
jm 04/02/18 00:44:03
Modified: . Makefile.am
Log:
Changed the Makefile.am so that KDevelop can parse SUBDIRS correctly
Revision Changes Path
1.8 +7 -0 speex/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/speex/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am 11 Oct 2002 21:17:53 -0000 1.7
+++ Makefile.am 18 Feb 2004 05:44:02 -0000 1.8
@@ -5,7 +5,14 @@
EXTRA_DIST = Speex.spec Speex.spec.in
+#Fools KDevelop into including all files
+if TRUE
SUBDIRS = libspeex @src@ doc win32
+else
+SUBDIRS = libspeex src doc win32
+endif
+
+DIST_SUBDIRS = libspeex src doc win32
rpm: dist
rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list