mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
16 lines
501 B
Diff
16 lines
501 B
Diff
diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
|
|
--- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
|
|
+++ libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
|
|
@@ -2,8 +2,9 @@
|
|
|
|
lib_LTLIBRARIES = libzip.la
|
|
noinst_HEADERS = zipint.h
|
|
-include_HEADERS = zip.h
|
|
-libinclude_HEADERS = zipconf.h
|
|
+include_HEADERS = \
|
|
+ zip.h \
|
|
+ zipconf.h
|
|
|
|
# also update CMakeLists.txt when changing version
|
|
libzip_la_LDFLAGS=-no-undefined -version-info 2:0
|