diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-04 17:06:17 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-04 17:06:17 -0400 |
commit | 9c9b5ae7cf7d79c83a62d6842f50b6b8a1ae1183 (patch) | |
tree | f4111237b0e651e1460386a3181c13539a01fbba /src/libsystemd/libsystemd-journal-internal/Makefile | |
parent | 41463469a994bd378c052ab059eb9c4e84670951 (diff) |
stuff
Diffstat (limited to 'src/libsystemd/libsystemd-journal-internal/Makefile')
-rw-r--r-- | src/libsystemd/libsystemd-journal-internal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/libsystemd-journal-internal/Makefile b/src/libsystemd/libsystemd-journal-internal/Makefile index 8edcf2873d..b502bc8e40 100644 --- a/src/libsystemd/libsystemd-journal-internal/Makefile +++ b/src/libsystemd/libsystemd-journal-internal/Makefile @@ -23,7 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -audit_list_includes = -include linux/audit.h -include $(call at.path,$(topsrcdir)/src/libbasic/missing.h) +audit_list_includes = -include linux/audit.h -include $(topsrcdir)/src/libbasic/missing.h ifneq ($(HAVE_AUDIT),) audit_list_includes += -include libaudit.h endif |