[Toxine-cvs] CVS: toxine/src/plugins Makefile.am,1.7,1.8
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2003-10-15 16:48:18
|
Update of /cvsroot/toxine/toxine/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv29906/src/plugins Modified Files: Makefile.am Log Message: avoid plugin's .la file to be installed, hack libtool here too Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/src/plugins/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile.am 15 Jan 2003 20:34:19 -0000 1.7 +++ Makefile.am 15 Oct 2003 16:48:14 -0000 1.8 @@ -4,7 +4,7 @@ libdir = $(TOXINE_PLUGINDIR) -LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic +LIBTOOL = $(SHELL) $(top_builddir)/libtoolplugin-nofpic if HAVE_AA aa_plugin = toxine_vo_plugin_aa.la |