diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 11:14:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 11:14:08 -0400 |
commit | 3a0d2518184ca975d0cc5a01f7abc6eaf17c3c49 (patch) | |
tree | 112083fb51418c19e7a63936310ee7a04e23bfed /src/grp-machine | |
parent | e6c526b03bfeecdb8af65087e60a658bd36ac80a (diff) |
have automake2autothing also add depdirs for libraries
Diffstat (limited to 'src/grp-machine')
-rw-r--r-- | src/grp-machine/libmachine-core/Makefile | 1 | ||||
-rw-r--r-- | src/grp-machine/nss-mymachines/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/grp-machine/libmachine-core/Makefile b/src/grp-machine/libmachine-core/Makefile index 884d4e74df..110d6484c7 100644 --- a/src/grp-machine/libmachine-core/Makefile +++ b/src/grp-machine/libmachine-core/Makefile @@ -49,7 +49,6 @@ test_machine_tables_LDADD = \ tests += \ test-machine-tables -at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-internal systemd.CPPFLAGS += $(libshared.CPPFLAGS) systemd.CPPFLAGS += $(libbasic.CPPFLAGS) systemd.CPPFLAGS += $(libsystemd.CPPFLAGS) diff --git a/src/grp-machine/nss-mymachines/Makefile b/src/grp-machine/nss-mymachines/Makefile index fa281407fb..5042e170e2 100644 --- a/src/grp-machine/nss-mymachines/Makefile +++ b/src/grp-machine/nss-mymachines/Makefile @@ -43,7 +43,6 @@ libnss_mymachines_la_LIBADD = \ lib_LTLIBRARIES += \ libnss_mymachines.la -at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-internal systemd.CPPFLAGS += $(libbasic.CPPFLAGS) systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus |