summaryrefslogtreecommitdiff
path: root/src/libshared
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 02:14:33 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 02:14:33 -0400
commit3575368a3a49f650131f0336f6787c4ba592ffca (patch)
treeaa4d3c858aa158a1711ca048a382a9d56a71e57c /src/libshared
parent713437afd70748d3c951db8daea68861b459bde4 (diff)
stuff
Diffstat (limited to 'src/libshared')
-rw-r--r--src/libshared/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libshared/Makefile b/src/libshared/Makefile
index 6bc8725521..4e05381339 100644
--- a/src/libshared/Makefile
+++ b/src/libshared/Makefile
@@ -27,6 +27,8 @@ noinst_LTLIBRARIES += \
libshared.la
libshared_la_SOURCES = \
+ src/libsystemd/sd-netlink/local-addresses.h \
+ src/libsystemd/sd-netlink/local-addresses.c \
src/shared/output-mode.h \
src/shared/gpt.h \
src/shared/udev-util.h \
@@ -137,11 +139,18 @@ libshared_la_LIBADD = \
$(LIBIDN_LIBS) \
$(SECCOMP_LIBS)
+test_local_addresses_SOURCES = \
+ src/libsystemd/sd-netlink/test-local-addresses.c
+
+test_local_addresses_LDADD = \
+ libshared.la
+
$(eval $(value automake2autothing))
at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-internal
at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-journal-internal
at.depdirs += $(topoutdir)/src/libudev/src
AM_CPPFLAGS += $(libbasic.CPPFLAGS)
+AM_CPPFLAGS += $(libsystemd.CPPFLAGS)
AM_CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-journal-internal
AM_CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus