mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:23:46 +01:00
Don't ship zathura.h
This commit is contained in:
parent
f7c119b244
commit
84605c157e
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user