Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f1340eef6b7a90628d6b583af85c7818 > files > 4

gnome-commander-1.2.8.15-10.mga3.src.rpm

--- gnome-commander-1.2.8.15/libgcmd/Makefile.am.static	2011-12-07 03:10:27.000000000 +0800
+++ gnome-commander-1.2.8.15/libgcmd/Makefile.am	2012-09-01 21:52:00.000000000 +0800
@@ -5,9 +5,9 @@
 	$(GNOMEUI_CFLAGS) \
 	$(GNOMEVFS_CFLAGS)
 
-pkglib_LTLIBRARIES = libgcmd.la
+noinst_LIBRARIES = libgcmd.a
 
-libgcmd_la_SOURCES = \
+libgcmd_a_SOURCES = \
 	gnome-cmd-plugin.h gnome-cmd-plugin.cc \
 	gnome-cmd-file-info.h gnome-cmd-file-info.cc \
 	gnome-cmd-dialog.h gnome-cmd-dialog.cc \
@@ -19,7 +19,3 @@
 	plugin-info.h \
 	libgcmd-deps.h \
 	libgcmd.h
-
-
-libgcmd_la_LIBADD = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
-libgcmd_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)
--- gnome-commander-1.2.8.15/src/Makefile.am.static	2011-12-07 03:10:28.000000000 +0800
+++ gnome-commander-1.2.8.15/src/Makefile.am	2012-09-01 21:52:30.000000000 +0800
@@ -99,7 +99,7 @@
 endif
 
 gnome_commander_LDADD = \
-	$(top_builddir)/libgcmd/libgcmd.la \
+	$(top_builddir)/libgcmd/libgcmd.a \
 	dialogs/libgcmd-dialogs.a \
 	tags/libgcmd-tags.a \
 	intviewer/libgviewer.a \