diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 17:32:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 17:32:14 -0400 |
commit | 002752da62a8256ba21c36b7434fba53cf5a8a5e (patch) | |
tree | 5d94ef0fc66a89569c5eeeb77e69b1be6d5cf09f /src/libsystemd-network/Makefile | |
parent | 13a925d50d2d9d2a2b90da53c2e01de56763f12c (diff) |
more
Diffstat (limited to 'src/libsystemd-network/Makefile')
-rw-r--r-- | src/libsystemd-network/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd-network/Makefile b/src/libsystemd-network/Makefile index 6b16906c17..b3fc7d0640 100644 --- a/src/libsystemd-network/Makefile +++ b/src/libsystemd-network/Makefile @@ -170,4 +170,7 @@ tests += \ test-dhcp6-client \ test-lldp +systemd.CPPFLAGS += $(libshared.CPPFLAGS) +systemd.CPPFLAGS += -I$(topsrcdir)/src/libudev/src + include $(topsrcdir)/build-aux/Makefile.tail.mk |