diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 13:02:33 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 13:02:33 -0400 |
commit | be77e289f05316c3cc17ff4546b8c8541f2d56bc (patch) | |
tree | 50056c3f9a67852bb1cdb1e653bbd12d59577fc3 /src/libsystemd/libsystemd-internal/Makefile | |
parent | a2f1fc656c32923a479ba19f4b7e572166829385 (diff) |
new autothing
Diffstat (limited to 'src/libsystemd/libsystemd-internal/Makefile')
-rw-r--r-- | src/libsystemd/libsystemd-internal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile index 9874139a9f..995eff1659 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -120,10 +120,10 @@ libsystemd_internal_la_LIBADD = \ noinst_LTLIBRARIES += \ libsystemd-internal.la -am_out_files += libsystemd-internal.la +std.out_files += libsystemd-internal.la CPPFLAGS += $(libsystemd.CPPFLAGS) $(libbasic.CPPFLAGS) $(libshared.CPPFLAGS) CPPFLAGS += -DLIBDIR=\"$(libdir)\" -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" -am_subdirs += $(dir $(patsubst src/libsystemd/%.c,$(outdir)/%.lo,$(filter %.c,$(libsystemd_internal_la_SOURCES)))) +am.subdirs += $(dir $(patsubst src/libsystemd/%.c,$(outdir)/%.lo,$(filter %.c,$(libsystemd_internal_la_SOURCES)))) $(outdir)/libsystemd-internal.la: \ $(patsubst src/libsystemd/%.c,$(outdir)/%.lo,$(filter %.c,$(libsystemd_internal_la_SOURCES))) \ $(libbasic.DEPENDS) -lresolv |