X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=9da3394c78308118e2bbbee9b91fe15ee6e1ee25;hb=c937e0d5c579863677e0fcb5508517f7714c332d;hp=2b7d78ccf5c0f502687fbcbf95ed1c1bc379579b;hpb=c65eb8365344eeb72ee2c0b333ab54d925263b3f;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 2b7d78ccf..9da3394c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -573,6 +573,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/fdset.h \ src/shared/strv.c \ src/shared/strv.h \ + src/shared/env-util.c \ + src/shared/env-util.h \ src/shared/strbuf.c \ src/shared/strbuf.h \ src/shared/strxcpyx.c \ @@ -1007,6 +1009,7 @@ noinst_tests += \ test-env-replace \ test-strbuf \ test-strv \ + test-strxcpyx \ test-unit-name \ test-unit-file \ test-util \ @@ -1178,6 +1181,12 @@ test_strv_LDADD = \ libsystemd-shared.la \ libsystemd-id128-internal.la +test_strxcpyx_SOURCES = \ + src/test/test-strxcpyx.c + +test_strxcpyx_LDADD = \ + libsystemd-shared.la + test_install_SOURCES = \ src/test/test-install.c