diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:09:48 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:09:48 -0400 |
commit | e2582041327daab7590c369e99988ab4c827a77b (patch) | |
tree | 6946476c40adf51bc7a9f84071a3373a89af25a0 /src/grp-machine | |
parent | ea373df773e0e8184a4b3f8ffff3bb43f307cde9 (diff) |
fix (mostly adjust #includes to have sd- prefix)
Diffstat (limited to 'src/grp-machine')
-rw-r--r-- | src/grp-machine/libmachine-core/Makefile | 2 | ||||
-rw-r--r-- | src/grp-machine/nss-mymachines/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/grp-machine/libmachine-core/Makefile b/src/grp-machine/libmachine-core/Makefile index d22e01e25f..3881224746 100644 --- a/src/grp-machine/libmachine-core/Makefile +++ b/src/grp-machine/libmachine-core/Makefile @@ -49,6 +49,4 @@ test_machine_tables_LDADD = \ tests += \ test-machine-tables -systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus - include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-machine/nss-mymachines/Makefile b/src/grp-machine/nss-mymachines/Makefile index 00a62bbafc..c7c0d76907 100644 --- a/src/grp-machine/nss-mymachines/Makefile +++ b/src/grp-machine/nss-mymachines/Makefile @@ -43,6 +43,4 @@ libnss_mymachines_la_LIBADD = \ lib_LTLIBRARIES += \ libnss_mymachines.la -systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus - include $(topsrcdir)/build-aux/Makefile.tail.mk |