summaryrefslogtreecommitdiff
path: root/src/libsystemd/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 14:50:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 14:50:48 -0400
commit8ab6d6ae4a1fbefe7c772a8513e5d5a38f49a302 (patch)
tree20000a90a738370fff9e44c5e8fbaccea08e949c /src/libsystemd/Makefile
parent7308e9ffd1933c71e6134e1b9632683977a12f47 (diff)
parentdb51244983a38d901fefd5e2a090f0e66343d98d (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # am-pretty.mk # config.mk.in # src/journal/Makefile # src/kernel-install/Makefile # src/libbasic/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/libsystemd-internal/Makefile # src/libsystemd/libsystemd-journal-internal/Makefile # src/libsystemd/src/Makefile # src/systemd-nspawn/Makefile # src/systemd-nspawn/nspawn-network.c # src/udev/udev.h
Diffstat (limited to 'src/libsystemd/Makefile')
-rw-r--r--src/libsystemd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile
index 0c3796b262..50de17357f 100644
--- a/src/libsystemd/Makefile
+++ b/src/libsystemd/Makefile
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
-include $(topsrcdir)/automake.head.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
LIBSYSTEMD_CURRENT=14
LIBSYSTEMD_REVISION=0
@@ -282,4 +282,4 @@ nodist_test_libsystemd_sym_SOURCES = \
test_libsystemd_sym_LDADD = \
libsystemd.la
-include $(topsrcdir)/automake.tail.mk
+include $(topsrcdir)/build-aux/Makefile.tail.mk