2015-11-15 09:07:37 +01:00
|
|
|
---
|
|
|
|
src/Makefile.am | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
Index: libraw1394-2.1.1/src/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- libraw1394-2.1.1.orig/src/Makefile.am
|
|
|
|
+++ libraw1394-2.1.1/src/Makefile.am
|
|
|
|
@@ -5,6 +5,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
2014-09-10 17:54:00 +02:00
|
|
|
lib_LTLIBRARIES = libraw1394.la
|
|
|
|
|
2015-11-15 09:07:37 +01:00
|
|
|
libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
|
|
|
|
+libraw1394_la_LDFLAGS += -export-symbols-regex '^raw1394_' -no-undefined
|
2014-09-10 17:54:00 +02:00
|
|
|
|
|
|
|
libraw1394_la_SOURCES = \
|
|
|
|
main.c \
|