Don't ship zathura.h

This commit is contained in:
Sebastian Ramacher 2012-04-03 18:47:12 +02:00
parent f7c119b244
commit 84605c157e

View File

@ -6,7 +6,7 @@ include common.mk
PROJECT = zathura
OSOURCE = $(wildcard *.c)
HEADER = $(wildcard *.h)
HEADERINST = version.h zathura.h document.h macros.h page.h types.h plugin-api.h
HEADERINST = version.h document.h macros.h page.h types.h plugin-api.h
ifneq (${WITH_SQLITE},0)
INCS += $(SQLITE_INC)