[Freeswitch-svn] [commit] r5788 - freeswitch/trunk

Freeswitch SVN anthm at freeswitch.org
Wed Oct 3 16:45:59 EDT 2007


Author: anthm
Date: Wed Oct  3 16:45:59 2007
New Revision: 5788

Modified:
   freeswitch/trunk/Makefile.am

Log:
add clean_core target

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Wed Oct  3 16:45:59 2007
@@ -60,6 +60,7 @@
 libs/libteletone/src/libteletone_generate.c
 
 
+
 library_includedir      = $(PREFIX)/include
 
 library_include_HEADERS = \
@@ -139,6 +140,8 @@
 endif
 
 
+
+
 libs/libedit/Makefile:
 	cd libs/libedit && ./configure CFLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1" --disable-shared --with-pic
 libs/libedit/src/.libs/libedit.a: libs/libedit/Makefile
@@ -224,6 +227,8 @@
 core:
 	$(MAKE) $(AM_MAKEFLAGS) libfreeswitch.la
 
+clean_core: clean-libLTLIBRARIES
+
 install_core: install-libLTLIBRARIES
 
 core_install: install_core



More information about the Freeswitch-svn mailing list