diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index ad9e589..61d60cc 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -27,6 +27,7 @@ INCLUDES = \ -DDATADIR=\""$(datadir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLOCALSTATEDIR=\""$(localstatedir)"\" \ + $(HISTORY_CFLAGS) \ $(WARN_CFLAGS) \ $(DEBUG_CFLAGS) \ $(DBUS_CFLAGS) \ @@ -49,8 +50,9 @@ ck_history_SOURCES = \ ck-history.c \ $(NULL) -ck_history_LDADD = \ - $(CONSOLE_KIT_LIBS) \ +ck_history_LDADD = \ + $(HISTORY_LIBS) \ + $(Z_LIBS) \ $(top_builddir)/src/libck-event-log.la \ $(NULL) |