From cae10cc3742018bcd8eca6782fd02132fc291e64 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Jun 2016 14:55:00 -0400 Subject: stuff --- Makefile.am | 2 ++ move.sh | 2 ++ 2 files changed, 4 insertions(+) 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 diff --git a/move.sh b/move.sh index f1ed801357..5fe8126170 100755 --- a/move.sh +++ b/move.sh @@ -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 ) ( -- cgit v1.2.3-54-g00ecf