]> git.pld-linux.org Git - packages/dpx.git/blame - dpx-shared.patch
- unconditional noarch subpackages
[packages/dpx.git] / dpx-shared.patch
CommitLineData
b66ef5e8
JB
1--- dpx/libdpx/Makefile.am.orig 2011-11-20 09:55:33.000000000 +0100
2+++ dpx/libdpx/Makefile.am 2011-11-20 10:30:43.337652371 +0100
3@@ -1,7 +1,7 @@
4
5-lib_LIBRARIES = libdpx.a
6+lib_LTLIBRARIES = libdpx.la
7
8-libdpx_a_SOURCES = Codec.cpp \
9+libdpx_la_SOURCES = Codec.cpp \
10 DPX.cpp \
11 DPXHeader.cpp \
12 ElementReadStream.cpp \
13--- dpx/tools/dpxheader/Makefile.am.orig 2011-11-20 09:55:33.000000000 +0100
14+++ dpx/tools/dpxheader/Makefile.am 2011-11-20 10:36:28.250997251 +0100
15@@ -1,5 +1,5 @@
16
17-LIBDPX = $(top_builddir)/libdpx/libdpx.a
18+LIBDPX = $(top_builddir)/libdpx/libdpx.la
19
20 INCLUDES = -I$(top_builddir)/libdpx
21
22--- dpx/tools/dpx2tiff/Makefile.am.orig 2011-11-20 09:55:33.000000000 +0100
23+++ dpx/tools/dpx2tiff/Makefile.am 2011-11-20 10:36:37.380997558 +0100
24@@ -1,5 +1,5 @@
25
26-LIBDPX = $(top_builddir)/libdpx/libdpx.a
27+LIBDPX = $(top_builddir)/libdpx/libdpx.la
28
29 INCLUDES = -I$(top_builddir)/libdpx
30
This page took 0.07334 seconds and 4 git commands to generate.