Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-02-18 08:44:02 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-02-18 08:44:02 +0300
commit1b36ee4ac6fbf33b6c82f193b85eb5a651d6bd99 (patch)
tree636656ea9c7cb35b14c7aa00712b04f4e49e6782 /Makefile.am
parent2c35f46b4c38ae47c5024fe5fe337a8d7d7023bb (diff)
Changed the Makefile.am so that KDevelop can parse SUBDIRS correctly
git-svn-id: http://svn.xiph.org/trunk/speex@5835 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 113f18d..d722664 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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