From baa8bb489ea627364f546b20bfc4bdcbcbe00306 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 12:19:17 -0400 Subject: Makefile.am: Link pro-archman --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ab98350..ec5b51f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,20 @@ else PACKAGE_VERSION_GIT = $(PACKAGE_VERSION) endif +# This PACKAGE_VERSION stuff is a rather gross hack, but it's the only reliable +# way to put Git commit information in the prokit executable. Setting +# PACKAGE_VERSION in configure causes it to become outdated until the next +# configure run. Adding it to the preprocessor command line can cause multiple +# values of it to exist in the linked executable. +LINK = printf "PACKAGE_VERSION='%s'\n" "$(PACKAGE_VERSION_GIT)" | \ + '$(srcdir)/tools/shld.sh' -I '$(SH)' -o $@ config.sh - + +bin_PROGRAMS = pro-archman + +pro_archman_SOURCES = +pro_archman_LDADD = $(bin_sources) +EXTRA_pro_archman_DEPENDENCIES = config.sh + bin_SCRIPTS = $(bin_sources:.sh=) pkgdata_SCRIPTS = $(pkgdata_sources:.sh=.sm) pkgdatacmd_SCRIPTS = $(pkgdatacmd_sources:.sh=.sm) -- cgit v0.9.1