Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357565
Collapse All | Expand All

(-)libzip-0.10rc1.old/lib/Makefile.am (-2 / +3 lines)
Lines 2-9 Link Here
2
2
3
lib_LTLIBRARIES = libzip.la
3
lib_LTLIBRARIES = libzip.la
4
noinst_HEADERS = zipint.h
4
noinst_HEADERS = zipint.h
5
include_HEADERS = zip.h
5
include_HEADERS = \
6
libinclude_HEADERS = zipconf.h
6
	zip.h \
7
	zipconf.h
7
8
8
# also update CMakeLists.txt when changing version
9
# also update CMakeLists.txt when changing version
9
libzip_la_LDFLAGS=-no-undefined -version-info 2:0
10
libzip_la_LDFLAGS=-no-undefined -version-info 2:0

Return to bug 357565