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

(-)autotrace-0.31.1/Makefile.am (-1 / +1 lines)
Lines 104-110 Link Here
104
		output.h 			\
104
		output.h 			\
105
		exception.h
105
		exception.h
106
106
107
libautotrace_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
107
libautotrace_la_LDFLAGS = $(LIBPNG_LDFLAGS) $(MAGICK_LDFLAGS) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
108
108
109
#
109
#
110
# noinst_HEADERS: headers shared between lib and bin.
110
# noinst_HEADERS: headers shared between lib and bin.
(-)autotrace-0.31.1/Makefile.in (-1 / +1 lines)
Lines 194-200 Link Here
194
		exception.h
194
		exception.h
195
195
196
196
197
libautotrace_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
197
libautotrace_la_LDFLAGS = $(LIBPNG_LDFLAGS) $(MAGICK_LDFLAGS) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
198
198
199
#
199
#
200
# noinst_HEADERS: headers shared between lib and bin.
200
# noinst_HEADERS: headers shared between lib and bin.

Return to bug 140588