Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231885 | Differences between
and this patch

Collapse All | Expand All

(-)src/Makefile.in (-5 / +5 lines)
Lines 513-518 Link Here
513
	plugin_manager.cc utils.h utils.cc widget-factory.h \
513
	plugin_manager.cc utils.h utils.cc widget-factory.h \
514
	$(am__append_1)
514
	$(am__append_1)
515
gnome_commander_LDADD = \
515
gnome_commander_LDADD = \
516
	$(top_builddir)/libgcmd/libgcmd.la \
517
	dialogs/libgcmd-dialogs.a \
518
	tags/libgcmd-tags.a \
519
	intviewer/libgviewer.a \
516
	$(GNOMEUI_LIBS) \
520
	$(GNOMEUI_LIBS) \
517
	$(GNOMEVFS_LIBS) \
521
	$(GNOMEVFS_LIBS) \
518
	$(EXIV2_LIBS) \
522
	$(EXIV2_LIBS) \
Lines 521-531 Link Here
521
	$(GSF_LIBS) \
525
	$(GSF_LIBS) \
522
	$(POPPLER_LIBS) \
526
	$(POPPLER_LIBS) \
523
	$(PYTHON_LIBS) \
527
	$(PYTHON_LIBS) \
524
	$(PYTHON_EXTRA_LIBS) \
528
	$(PYTHON_EXTRA_LIBS)
525
	$(top_builddir)/libgcmd/libgcmd.la \
526
	dialogs/libgcmd-dialogs.a \
527
	tags/libgcmd-tags.a \
528
	intviewer/libgviewer.a
529
529
530
gnome_commander_LDFLAGS = \
530
gnome_commander_LDFLAGS = \
531
	$(GNOMEUI_LIBS) \
531
	$(GNOMEUI_LIBS) \

Return to bug 231885