build: move systemd dependencies to libuterm

We use the sd-login library in uterm exclusively so move the dependecy to
libuterm.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-06-29 13:00:00 +02:00
parent c078bbbe95
commit f8f2c49de5

View File

@ -131,13 +131,11 @@ endif
libkmscon_core_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(SYSTEMD_CFLAGS) \
$(OPENGL_CFLAGS) \
$(PANGO_CFLAGS) \
$(FREETYPE2_CFLAGS) \
$(GLIB_CFLAGS)
libkmscon_core_la_LIBADD = \
$(SYSTEMD_LIBS) \
$(OPENGL_LIBS) \
$(PANGO_LIBS) \
$(FREETYPE2_LIBS) \
@ -167,12 +165,14 @@ libuterm_la_SOURCES = \
libuterm_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(SYSTEMD_CFLAGS) \
$(DRM_CFLAGS) \
$(EGL_CFLAGS) \
$(GBM_CFLAGS) \
$(OPENGL_CFLAGS) \
$(UDEV_CFLAGS)
libuterm_la_LIBADD = \
$(SYSTEMD_LIBS) \
$(DRM_LIBS) \
$(EGL_LIBS) \
$(GBM_LIBS) \