Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
cdb09e4f
Commit
cdb09e4f
authored
Mar 19, 2012
by
Sebastian Ramacher
Browse files
Filter database-sqlite.c correctly.
parent
0232bcbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
cdb09e4f
...
...
@@ -18,7 +18,7 @@ ifeq (,$(findstring -DWITH_SQLITE,${CPPFLAGS}))
CPPFLAGS
+=
-DWITH_SQLITE
endif
else
ZSOURCE
=
$(
filter-out
database-sqlite.c,
$(ZOSOURCE)
)
ZSOURCE
=
$(
filter-out
../
database-sqlite.c,
$(ZOSOURCE)
)
endif
ZOBJECTS
=
${ZSOURCE:.c=.o}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment