]> git.pld-linux.org Git - packages/autotrace.git/blob - autotrace-shared.patch
8ff4942609cf768431858ed10c96184297e88fc6
[packages/autotrace.git] / autotrace-shared.patch
1 --- autotrace-0.27a/Makefile.am.orig    Sat Mar 24 19:56:35 2001
2 +++ autotrace-0.27a/Makefile.am Thu Oct 25 22:24:51 2001
3 @@ -6,7 +6,7 @@
4  AUTOMAKE_OPTIONS = foreign no-dependencies
5  
6  autotraceincludedir=$(includedir)/autotrace
7 -lib_LIBRARIES=libautotrace.a
8 +lib_LTLIBRARIES=libautotrace.la
9  bin_PROGRAMS=autotrace
10  
11  if HAVE_MAGICK
12 @@ -42,7 +42,7 @@
13  output-emf.c output-emf.h \
14  $(output_swf_src)
15  
16 -libautotrace_a_SOURCES = version.c               \
17 +libautotrace_la_SOURCES = version.c               \
18                  $(input_src) ${output_src}     \
19                 fit.c                           \
20                 bitmap.c                        \
21 @@ -100,7 +100,13 @@
22  
23 +libautotrace_la_LIBADD = \
24 +               $(MAGICK_LDFLAGS) \
25 +               $(LIBPNG_LDFLAGS) \
26 +               $(LIBSWF_LDFLAGS) \
27 +               -lm
28 +
29  INCLUDES = $(MAGICK_CFLAGS)
30  autotrace_LDADD =                 \
31 -               libautotrace.a    \
32 +               libautotrace.la    \
33                 $(MAGICK_LDFLAGS) \
34                 $(LIBPNG_LDFLAGS) \
35                 $(LIBSWF_LDFLAGS) \
36 --- autotrace-0.27a/configure.in.orig   Sat Mar 24 19:57:10 2001
37 +++ autotrace-0.27a/configure.in        Thu Oct 25 22:31:17 2001
38 @@ -8,7 +8,7 @@
39  
40  AC_PROG_CC
41  AC_PROG_CPP
42 -AC_PROG_RANLIB
43 +AM_PROG_LIBTOOL
44  
45  dnl
46  dnl ImageMagick
This page took 0.019037 seconds and 2 git commands to generate.