Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658536 | Differences between
and this patch

Collapse All | Expand All

(-)a/contrib/minizip/Makefile.am (-1 / +3 lines)
Lines 26-38 Link Here
26
26
27
minizip_includedir = $(includedir)/minizip
27
minizip_includedir = $(includedir)/minizip
28
minizip_include_HEADERS = \
28
minizip_include_HEADERS = \
29
	crypt.h \
30
	ioapi.h \
29
	ioapi.h \
31
	mztools.h \
30
	mztools.h \
32
	unzip.h \
31
	unzip.h \
33
	zip.h \
32
	zip.h \
34
	${iowin32_h}
33
	${iowin32_h}
35
34
35
noinst_HEADERS = \
36
	crypt.h
37
36
pkgconfigdir = $(libdir)/pkgconfig
38
pkgconfigdir = $(libdir)/pkgconfig
37
pkgconfig_DATA = minizip.pc
39
pkgconfig_DATA = minizip.pc
38
40

Return to bug 658536