blob: 1530f85e33fabfc7c1bbefe145bf4cb4052bedc7 (
plain)
1 diff -u -r libzip-0.11.1.orig/lib/Makefile.am libzip-0.11.1/lib/Makefile.am
2 --- libzip-0.11.1.orig/lib/Makefile.am 2013-03-19 19:09:51.000000000 +0900
3 +++ libzip-0.11.1/lib/Makefile.am 2013-09-23 22:47:37.617947034 +0900
4 @@ -2,8 +2,7 @@
5
6 lib_LTLIBRARIES = libzip.la
7 noinst_HEADERS = zipint.h
8 -include_HEADERS = zip.h
9 -libinclude_HEADERS = zipconf.h
10 +include_HEADERS = zip.h zipconf.h
11
12 # also update CMakeLists.txt when changing version
13 libzip_la_LDFLAGS=-no-undefined -version-info 3:0:1
|