]> git.pld-linux.org Git - packages/autotrace.git/blob - autotrace-link.patch
- s/pstoedit/pstoedit-devel/ in BR
[packages/autotrace.git] / autotrace-link.patch
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.069227 seconds and 3 git commands to generate.