mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:36:01 +01:00
Filter database-sqlite.c correctly
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
10f3da57c6
commit
a63c6a5703
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ LIBS += $(SQLITE_LIB)
|
|||
SOURCE = $(OSOURCE)
|
||||
CPPFLAGS += -DWITH_SQLITE
|
||||
else
|
||||
SOURCE = $(filter-out database-sqlite.c,$(OSOURCE))
|
||||
SOURCE = $(filter-out ${PROJECT}/database-sqlite.c,$(OSOURCE))
|
||||
endif
|
||||
|
||||
ifneq ($(WITH_MAGIC),0)
|
||||
|
|
Loading…
Reference in a new issue