]> git.pld-linux.org Git - packages/autotrace.git/blame - autotrace-link.patch
- temp rel
[packages/autotrace.git] / autotrace-link.patch
CommitLineData
a728ae5d
JB
1--- autotrace-0.31.1/Makefile.am.orig Wed Oct 30 17:51:46 2002
2+++ autotrace-0.31.1/Makefile.am Wed Dec 18 22:31:46 2002
3@@ -105,6 +105,12 @@
4 exception.h
5
6 libautotrace_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
7+libautotrace_la_LIBADD = \
8+ $(MAGICK_LDFLAGS) \
9+ $(LIBPNG_LDFLAGS) \
10+ $(LIBSWF_LDFLAGS) \
11+ $(LIBPSTOEDIT_LIBS) \
12+ -lm
13
14 #
15 # noinst_HEADERS: headers shared between lib and bin.
16@@ -127,12 +133,7 @@
17
18 INCLUDES = $(MAGICK_CFLAGS) $(LIBPSTOEDIT_CFLAGS)
19 autotrace_LDADD = \
20- libautotrace.la \
21- $(MAGICK_LDFLAGS) \
22- $(LIBPNG_LDFLAGS) \
23- $(LIBSWF_LDFLAGS) \
24- $(LIBPSTOEDIT_LIBS) \
25- -lm
26+ libautotrace.la
27
28 m4datadir = $(datadir)/aclocal
29 m4data_DATA = autotrace.m4
This page took 0.097575 seconds and 4 git commands to generate.