From 1b36ee4ac6fbf33b6c82f193b85eb5a651d6bd99 Mon Sep 17 00:00:00 2001 From: jm Date: Wed, 18 Feb 2004 05:44:02 +0000 Subject: 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 --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3