mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 00:16:32 +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)
|
SOURCE = $(OSOURCE)
|
||||||
CPPFLAGS += -DWITH_SQLITE
|
CPPFLAGS += -DWITH_SQLITE
|
||||||
else
|
else
|
||||||
SOURCE = $(filter-out database-sqlite.c,$(OSOURCE))
|
SOURCE = $(filter-out ${PROJECT}/database-sqlite.c,$(OSOURCE))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(WITH_MAGIC),0)
|
ifneq ($(WITH_MAGIC),0)
|
||||||
|
|
Loading…
Reference in a new issue