[svn-commits] rmudgett: branch 1.8 r318351 - /branches/1.8/res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 9 18:15:36 CDT 2011


Author: rmudgett
Date: Mon May  9 18:15:32 2011
New Revision: 318351

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=318351
Log:
Remove references to res_features and its export file.

The contents of res/res_features.c was moved to into main/features.c
awhile ago.  There is no longer any need for the res/Makefile to reference
res_features or the res_features linker exports file to exist.

Removed:
    branches/1.8/res/res_features.exports.in
Modified:
    branches/1.8/res/Makefile

Modified: branches/1.8/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/Makefile?view=diff&rev=318351&r1=318350&r2=318351
==============================================================================
--- branches/1.8/res/Makefile (original)
+++ branches/1.8/res/Makefile Mon May  9 18:15:32 2011
@@ -22,9 +22,6 @@
 ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
   # cygwin has some dependencies among res_ things.
   # We use order-only dependencies, and then add the libraries as required.
-  res_features.so: | res_monitor.so
-  res_features.so_LIBS:= -lres_monitor.so
-  #
   res_agi.so: | res_speech.so
   res_agi.so_LIBS:= -lres_speech.so
 endif




More information about the svn-commits mailing list