From: Francesco M. <fr...@us...> - 2007-02-03 19:12:26
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32395 Modified Files: Makefile.in Log Message: added the RUNTIME_LIBS option to the bakefile build system Index: Makefile.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.in 24 Dec 2006 11:00:20 -0000 1.21 --- Makefile.in 3 Feb 2007 19:12:21 -0000 1.22 *************** *** 34,39 **** install: all install_modules $(__install_apps___depname) samples desktop mime icon ! $(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig ! $(INSTALL_DATA) $(top_builddir)/build/autoconf/wxlua.pc $(DESTDIR)$(libdir)/pkgconfig uninstall: uninstall_modules $(__uninstall_apps___depname) --- 34,39 ---- install: all install_modules $(__install_apps___depname) samples desktop mime icon ! $(INSTALL_DIR) $(libdir)/pkgconfig ! $(INSTALL_DATA) $(top_builddir)/build/autoconf/wxlua.pc $(libdir)/pkgconfig uninstall: uninstall_modules $(__uninstall_apps___depname) |