diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 02:38:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 02:38:08 -0400 |
commit | d10902f55ae7aed2eeffedcd29d8ced80ec903ba (patch) | |
tree | 135c72aaa9c1a1fc73ff4a6ea0fdd89cb1f59ba1 /src/grp-machine | |
parent | e7af93b77b33c6cb9241d5c72283357682394a96 (diff) |
Makefile tidy
Diffstat (limited to 'src/grp-machine')
-rw-r--r-- | src/grp-machine/libmachine-core/Makefile | 8 | ||||
-rw-r--r-- | src/grp-machine/nss-mymachines/Makefile | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/grp-machine/libmachine-core/Makefile b/src/grp-machine/libmachine-core/Makefile index b41a1d77e8..c2b4ea3b50 100644 --- a/src/grp-machine/libmachine-core/Makefile +++ b/src/grp-machine/libmachine-core/Makefile @@ -49,8 +49,8 @@ tests += \ $(eval $(value automake2autothing)) at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-internal -AM_CPPFLAGS += $(libshared.CPPFLAGS) -AM_CPPFLAGS += $(libbasic.CPPFLAGS) -AM_CPPFLAGS += $(libsystemd.CPPFLAGS) -AM_CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus +systemd.CPPFLAGS += $(libshared.CPPFLAGS) +systemd.CPPFLAGS += $(libbasic.CPPFLAGS) +systemd.CPPFLAGS += $(libsystemd.CPPFLAGS) +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 9e06a5e767..cd199d39c0 100644 --- a/src/grp-machine/nss-mymachines/Makefile +++ b/src/grp-machine/nss-mymachines/Makefile @@ -45,6 +45,6 @@ lib_LTLIBRARIES += \ $(eval $(value automake2autothing)) at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-internal -AM_CPPFLAGS += $(libbasic.CPPFLAGS) -AM_CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus +systemd.CPPFLAGS += $(libbasic.CPPFLAGS) +systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus include $(topsrcdir)/build-aux/Makefile.tail.mk |