diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:55:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:55:00 -0400 |
commit | cae10cc3742018bcd8eca6782fd02132fc291e64 (patch) | |
tree | fd31ed7c05aa8741fdf285cde55f77ecf890dac3 | |
parent | 0c638c929e0e1e200b8c57f2b4abee943b3dd6e5 (diff) |
stuff
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | move.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9b072e8434..4c8adc1ec8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3193,6 +3193,7 @@ libsystemd_internal_la_LIBADD = \ noinst_LTLIBRARIES += \ libsystemd-internal.la +#@src/libsystemd/Makefile EXTRA_DIST += \ src/libsystemd/libsystemd.pc.in \ src/libsystemd/sd-bus/DIFFERENCES \ @@ -4347,6 +4348,7 @@ libsystemd_journal_internal_la_CFLAGS += \ $(GCRYPT_CFLAGS) \ -Wno-pointer-arith endif +#@src/journal/Makefile noinst_LTLIBRARIES += \ libsystemd-journal-internal.la @@ -106,6 +106,8 @@ set -e mkdir build-aux mkdir build-aux/Makefile.{once,each}.{head,tail} touch build-aux/Makefile.{once,each}.{head,tail}/.gitignore + + mkdir src/libsystemd/libsystemd-journal-internal ) ( |