From e2582041327daab7590c369e99988ab4c827a77b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 27 Jul 2016 21:09:48 -0400 Subject: fix (mostly adjust #includes to have sd- prefix) --- src/grp-machine/libmachine-core/Makefile | 2 -- src/grp-machine/nss-mymachines/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/grp-machine') 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 -- cgit v1.2.3-54-g00ecf