]> git.pld-linux.org Git - packages/galeon.git/blob - galeon-am_fix.patch
cleanup patches
[packages/galeon.git] / galeon-am_fix.patch
1 --- galeon-1.2.0/src/mozilla/Makefile.am.wiget  Mon Apr 15 18:02:59 2002
2 +++ galeon-1.2.0/src/mozilla/Makefile.am        Mon Apr 15 18:04:07 2002
3 @@ -94,9 +94,9 @@
4         gProtocolModule.cpp
5  
6  
7 -noinst_LIBRARIES = libmozilla-interaction.a
8 +noinst_LTLIBRARIES = libmozilla-interaction.la
9  
10 -libmozilla_interaction_a_SOURCES = \
11 +libmozilla_interaction_la_SOURCES = \
12         mozilla.cpp                     \
13         mozilla.h                       \
14         BaseProtocolHandler.cpp         \
15 --- galeon-1.2.0/src/Makefile.am.wiget  Mon Apr 15 18:28:13 2002
16 +++ galeon-1.2.0/src/Makefile.am        Mon Apr 15 18:28:38 2002
17 @@ -160,7 +160,7 @@
18         $(NAUTILUS_VIEW_SRC_TO_COMPILE)
19  
20  galeon_bin_LDADD = \
21 -       $(top_builddir)/src/mozilla/libmozilla-interaction.a \
22 +       $(top_builddir)/src/mozilla/libmozilla-interaction.la \
23         $(MOZILLA_COMPONENT_LDFLAGS) \
24         $(MOZILLA_COMPONENT_LIBS) \
25         $(GALEON_DEPENDENCY_LIBS) \
This page took 0.030948 seconds and 4 git commands to generate.