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

Collapse All | Expand All

(-)gnome-mplayer-0.9.6.orig/src/Makefile.am (-5 / +14 lines)
Lines 59-69 Link Here
59
	langlist.h
59
	langlist.h
60
60
61
61
62
gnome_mplayer_LDFLAGS = 
62
gnome_mplayer_LDFLAGS =
63
63
64
gnome_mplayer_LDADD = $(GTK_LIBS) $(GIO_LIBS) $(DBUS_LIBS) $(GCONF_LIBS) $(ALSA_LIBS) $(NOTIFY_LIBS) $(GPOD_LIBS) $(MUSICBRAINZ_LIBS) \
64
gnome_mplayer_LDADD =		\
65
    libgmtk/libgmtk.la \
65
    libgmtk/libgmtk.la		\
66
    libgmlib/libgmlib.la
66
    libgmlib/libgmlib.la	\
67
    $(GTK_LIBS)			\
68
    $(GIO_LIBS)			\
69
    $(DBUS_LIBS)		\
70
    $(GCONF_LIBS)		\
71
    $(ALSA_LIBS)		\
72
    $(NOTIFY_LIBS)		\
73
    $(GPOD_LIBS)		\
74
    $(MUSICBRAINZ_LIBS)
67
75
68
if HAVE_NAUTILUS
76
if HAVE_NAUTILUS
69
77
Lines 78-84 Link Here
78
libgnome_mplayer_properties_page_la_CFLAGS = \
86
libgnome_mplayer_properties_page_la_CFLAGS = \
79
    $(NAUTILUS_CFLAGS) \
87
    $(NAUTILUS_CFLAGS) \
80
    $(AM_CFLAGS)
88
    $(AM_CFLAGS)
81
    
89
90
libgnome_mplayer_properties_page_la_LDFLAGS = -module -avoid-version
82
91
83
endif #HAVE_NAUTILUS
92
endif #HAVE_NAUTILUS
84
93

Return to bug 273018