]> git.pld-linux.org Git - packages/autotrace.git/blame - autotrace-shared.patch
- updated to 0.30 (bug fixes, more export formats)
[packages/autotrace.git] / autotrace-shared.patch
CommitLineData
d378c254
JB
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
5d51784a
JB
16-libautotrace_a_SOURCES =\
17+libautotrace_la_SOURCES =\
d378c254
JB
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.065538 seconds and 4 git commands to generate.