build: fix libuterm dependency typo
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>
This commit is contained in:
parent
6d51049874
commit
7a9b85c306
@ -203,7 +203,7 @@ nodist_libuterm_la_SOURCES =
|
|||||||
libuterm_la_CPPFLAGS = \
|
libuterm_la_CPPFLAGS = \
|
||||||
$(AM_CPPFLAGS) \
|
$(AM_CPPFLAGS) \
|
||||||
$(XKBCOMMON_CFLAGS)
|
$(XKBCOMMON_CFLAGS)
|
||||||
libuterm_la_LIBADD =
|
libuterm_la_LIBADD = \
|
||||||
$(XKBCOMMON_LIBS) \
|
$(XKBCOMMON_LIBS) \
|
||||||
libeloop.la
|
libeloop.la
|
||||||
libuterm_la_LDFLAGS = \
|
libuterm_la_LDFLAGS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user