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:
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