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

Collapse All | Expand All

(-)a/device-src/Makefile.am (-1 / +1 lines)
Lines 29-35 CLEANFILES += $(SCRIPTS_PERL) config.log Link Here
29
## libamdevice.la
29
## libamdevice.la
30
30
31
amlib_LTLIBRARIES = 	libamdevice.la
31
amlib_LTLIBRARIES = 	libamdevice.la
32
libamdevice_la_LDFLAGS = -release $(VERSION) $(AS_NEEDED_FLAGS)
32
libamdevice_la_LDFLAGS = -release $(VERSION) $(AS_NEEDED_FLAGS) -ldl
33
libamdevice_la_SOURCES = \
33
libamdevice_la_SOURCES = \
34
	property.c \
34
	property.c \
35
	device.c \
35
	device.c \

Return to bug 607884