projects
/
platform
/
upstream
/
kmscon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d51049
)
build: fix libuterm dependency typo
author
David Herrmann
<dh.herrmann@googlemail.com>
Mon, 31 Dec 2012 14:41:00 +0000
(15:41 +0100)
committer
David Herrmann
<dh.herrmann@googlemail.com>
Mon, 31 Dec 2012 14:41:00 +0000
(15:41 +0100)
We didn't set the dependencies correctly for uterm libraries as a
backslash was missing. Fix this typo.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
572fe5d
..
8ee3c54
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-203,7
+203,7
@@
nodist_libuterm_la_SOURCES =
libuterm_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(XKBCOMMON_CFLAGS)
-libuterm_la_LIBADD =
+libuterm_la_LIBADD =
\
$(XKBCOMMON_LIBS) \
libeloop.la
libuterm_la_LDFLAGS = \