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
e087fa66
Commit
e087fa66
authored
Nov 07, 2016
by
Sebastian Ramacher
Browse files
Sort for reproducability
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
5026cbb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e087fa66
...
@@ -4,7 +4,7 @@ include config.mk
...
@@ -4,7 +4,7 @@ include config.mk
include
colors.mk
include
colors.mk
include
common.mk
include
common.mk
OSOURCE
=
$(
filter-out
${PROJECT}
/css-definitions.c,
$(
filter-out
${PROJECT}
/dbus-interface-definitions.c,
$(
wildcard
${PROJECT}
/
*
.c
)))
OSOURCE
=
$(
filter-out
${PROJECT}
/css-definitions.c,
$(
filter-out
${PROJECT}
/dbus-interface-definitions.c,
$(
sort
$(
wildcard
${PROJECT}
/
*
.c
)))
)
ifneq
(${WITH_SQLITE},0)
ifneq
(${WITH_SQLITE},0)
INCS
+=
$(SQLITE_INC)
INCS
+=
$(SQLITE_INC)
...
...
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