summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-16 17:00:13 +0200
committerLennart Poettering <lennart@poettering.net>2013-10-16 17:01:26 +0200
commitaacf3b483b70b9a9ff16217f6376d143cbfe4636 (patch)
tree5f070d5044cb6945360efe3b1effbc96598ad447 /Makefile.am
parent6fc60278a9de47f40a31acf4d0acb08d2500382d (diff)
api: unify some common bits used by public systemd APIs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ba27a348b8..36828932e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2959,6 +2959,7 @@ test_catalog_LDADD = \
libsystemd_journal_la_SOURCES = \
src/journal/sd-journal.c \
src/systemd/sd-journal.h \
+ src/systemd/_sd-common.h \
src/journal/journal-file.c \
src/journal/journal-file.h \
src/journal/journal-vacuum.c \
@@ -3122,7 +3123,8 @@ tests += \
pkginclude_HEADERS += \
src/systemd/sd-journal.h \
- src/systemd/sd-messages.h
+ src/systemd/sd-messages.h \
+ src/systemd/_sd-common.h
lib_LTLIBRARIES += \
libsystemd-journal.la