5f1a08ce6c
phillips with some tweaks by me. not really usable imho, but getting there
13 lines
804 B
Plaintext
13 lines
804 B
Plaintext
$OpenBSD: patch-plugin_Makefile_am,v 1.1.1.1 2006/09/21 15:48:10 jolan Exp $
|
|
--- plugin/Makefile.am.orig Sun Sep 17 15:45:59 2006
|
|
+++ plugin/Makefile.am Sun Sep 17 19:04:07 2006
|
|
@@ -158,7 +158,7 @@ install-pluginLTLIBRARIES: $(plugin_LTLI
|
|
# cp .libs/libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so
|
|
$(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(plugin_LTLIBRARIES) "$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)"
|
|
if PLUGIN_LINK_UNDEFINED
|
|
- cp $(DESTDIR)$(plugindir)/.libs/libgnashplugin.so.0.* $(DESTDIR)$(plugindir)/libgnashplugin.so
|
|
+# cp $(DESTDIR)$(plugindir)/.libs/libgnashplugin.so.0.* $(DESTDIR)$(plugindir)/libgnashplugin.so
|
|
endif
|
|
$(RM) $(DESTDIR)$(plugindir)/libgnashplugin.*a $(DESTDIR)$(plugindir)/libgnashplugin.so.0 $(DESTDIR)$(plugindir)/libgnashplugin.*.T
|
|
|