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/libsystemd/libsystemd-journal-internal | |
parent | e7af93b77b33c6cb9241d5c72283357682394a96 (diff) |
Makefile tidy
Diffstat (limited to 'src/libsystemd/libsystemd-journal-internal')
-rw-r--r-- | src/libsystemd/libsystemd-journal-internal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libsystemd/libsystemd-journal-internal/Makefile b/src/libsystemd/libsystemd-journal-internal/Makefile index 6d0be9edff..a645ac5cff 100644 --- a/src/libsystemd/libsystemd-journal-internal/Makefile +++ b/src/libsystemd/libsystemd-journal-internal/Makefile @@ -110,8 +110,7 @@ noinst_LTLIBRARIES += \ libsystemd-journal-internal.la $(eval $(value automake2autothing)) -AM_CPPFLAGS += $(libbasic.CPPFLAGS) -AM_CPPFLAGS += -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" +systemd.CPPFLAGS += $(libbasic.CPPFLAGS) +systemd.CPPFLAGS += -DCATALOG_DATABASE=\"$(catalogstatedir)/database\" $(outdir)/audit-type.lo: $(outdir)/audit_type-to-name.h - include $(topsrcdir)/build-aux/Makefile.tail.mk |