mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 08:56:01 +01:00
Remove obsolete reference to synctex headers
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
27a14806e7
commit
e858e193a6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ OBJECTS_DEBUG = $(addprefix ${BUILDDIR_DEBUG}/,${SOURCE:.c=.o}) \
|
|||
OBJECTS_GCOV = $(addprefix ${BUILDDIR_GCOV}/,${SOURCE:.c=.o}) \
|
||||
${BUILDDIR_GCOV}/${PROJECT}/css-definitions.o \
|
||||
${BUILDDIR_GCOV}/${PROJECT}/dbus-interface-definitions.o
|
||||
HEADER = $(wildcard ${PROJECT}/*.h) $(wildcard synctex/*.h)
|
||||
HEADER = $(wildcard ${PROJECT}/*.h)
|
||||
HEADERINST = $(addprefix ${PROJECT}/,version.h document.h macros.h page.h types.h plugin-api.h links.h)
|
||||
|
||||
all: options ${PROJECT} po build-manpages
|
||||
|
|
Loading…
Reference in a new issue