]> git.pld-linux.org Git - packages/gnome-commander.git/blob - gnome-commander-as-needed.patch
- add BR
[packages/gnome-commander.git] / gnome-commander-as-needed.patch
1 --- gnome-commander-1.2.4/src/Makefile.am.orig  2007-04-30 12:41:34.000000000 +0200
2 +++ gnome-commander-1.2.4/src/Makefile.am       2007-09-04 16:10:23.000000000 +0200
3 @@ -8,6 +8,7 @@
4         $(GNOMEUI_CFLAGS) \
5         $(GNOMEVFS_CFLAGS) \
6         $(PYTHON_CFLAGS) \
7 +       $(IPTCDATA_CFLAGS) \
8         -DPLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins"\"
9  
10  bin_PROGRAMS = gnome-commander gcmd-block
11 @@ -88,6 +89,10 @@
12  endif
13  
14  gnome_commander_LDADD = \
15 +       $(top_builddir)/libgcmd/libgcmd.la \
16 +       tags/libgcmd-tags.a \
17 +       tags/id3lib/libgcmd-id3lib.a \
18 +       libgviewer/libgviewer.a \
19         $(GNOMEUI_LIBS) \
20         $(GNOMEVFS_LIBS) \
21         $(EXIF_LIBS) \
22 @@ -97,10 +102,7 @@
23         $(GSF_LIBS) \
24         $(PYTHON_LIBS) \
25         $(PYTHON_EXTRA_LIBS) \
26 -       $(top_builddir)/libgcmd/libgcmd.la \
27 -       tags/libgcmd-tags.a \
28 -       tags/id3lib/libgcmd-id3lib.a \
29 -       libgviewer/libgviewer.a
30 +       $(IPTCDATA_LIBS)
31  
32  gnome_commander_LDFLAGS = \
33         $(GNOMEUI_LIBS) \
34 --- gnome-commander-1.2.4/tests/gviewer/Makefile.am~    2007-03-12 00:54:44.000000000 +0100
35 +++ gnome-commander-1.2.4/tests/gviewer/Makefile.am     2007-09-04 16:19:39.000000000 +0200
36 @@ -7,7 +7,7 @@
37  
38  noinst_PROGRAMS = fileops inputmodes datapresentation textrenderer imagerenderer dualrenderer viewerwidget viewerwindow bm_byte_test bm_chartype_test utils_test search_dlg_test
39  
40 -TESTLIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOMEUI_LIBS) $(top_builddir)/src/libgviewer/libgviewer.a
41 +TESTLIBS = $(top_builddir)/src/libgviewer/libgviewer.a $(GLIB_LIBS) $(GTK_LIBS) $(GNOMEUI_LIBS)
42  
43  fileops_SOURCES = fileops.c
44  fileops_LDADD = $(TESTLIBS)
This page took 0.168775 seconds and 3 git commands to generate.