[Freeswitch-svn] [commit] r7116 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Mon Jan 7 03:22:19 EST 2008
Author: mikej
Date: Mon Jan 7 03:22:18 2008
New Revision: 7116
Modified:
freeswitch/trunk/Makefile.am
Log:
add core-clean and core-install make targets
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Mon Jan 7 03:22:18 2008
@@ -259,6 +259,10 @@
core:
$(MAKE) $(AM_MAKEFLAGS) libfreeswitch.la
+core-clean: clean core
+
+core-install: core_install
+
clean_core: clean-libLTLIBRARIES
install_core: install-libLTLIBRARIES
More information about the Freeswitch-svn
mailing list