Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128558
Collapse All | Expand All

(-)gedit-2.14.0/gedit/Makefile.am (-2 / +2 lines)
Lines 27-35 Link Here
27
gedit_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
27
gedit_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
28
28
29
gedit_LDADD =				\
29
gedit_LDADD =				\
30
	$(GEDIT_LIBS)			\
31
	dialogs/libdialogs.la		\
30
	dialogs/libdialogs.la		\
32
	recent-files/librecent.la
31
	recent-files/librecent.la	\
32
	$(GEDIT_LIBS)
33
33
34
if ENABLE_PYTHON
34
if ENABLE_PYTHON
35
gedit_LDADD += \
35
gedit_LDADD += \

Return to bug 128558