summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-10-22 16:27:00 +0200
committerKay Sievers <kay@vrfy.org>2012-10-22 16:27:00 +0200
commit955bd501c20ad0bc64104ed706225a824dafc375 (patch)
tree942856e2fd2cd20bf6604056e8cf91056d2d3bbc /Makefile.am
parentb87377fca3c938303a2fb25229abf8c14814841b (diff)
shared: strbuf - add string de-duplication facility
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d39e3b62ff..17b28cc793 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -758,6 +758,8 @@ libsystemd_shared_la_SOURCES = \
src/shared/set.h \
src/shared/strv.c \
src/shared/strv.h \
+ src/shared/strbuf.c \
+ src/shared/strbuf.h \
src/shared/conf-parser.c \
src/shared/conf-parser.h \
src/shared/log.c \