commit 52b140f32d91232a0810444d2cad2d8f59b07266 from: Stefan Sperling via: Thomas Adam date: Mon Sep 27 18:34:00 2021 UTC enable gotadmin Add gotadmin to configure.ac, etc., so it can be built and installed. OK thomas.adam commit - ba34626bc13877c93836c8ee873acf1be8429ead commit + 52b140f32d91232a0810444d2cad2d8f59b07266 blob - e9e5b7e5ac103313820888408bb518f241896efb blob + c6388a00359fbd97bfe90968f88b418e098c30e5 --- gotadmin/Makefile.am +++ gotadmin/Makefile.am @@ -28,18 +28,16 @@ gotadmin_DEPENDENCIES = $(top_builddir)/compat/libopen man1_MANS = gotadmin.1 -EXTRA_DIST = gotadmin.1 - AM_CPPFLAGS += -DGOT_VERSION='"@VERSION@"' \ -DGOT_VERSION_NUMBER='"@VERSION@"' \ - -DGOT_LIBEXECDIR="$(libexecdir)" \ + -DGOT_LIBEXECDIR="${bindir}" \ -I$(top_srcdir) \ -I$(top_srcdir)/compat \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/include \ -I. -LDADD = -L$(top_builddir)/compat -lopenbsd-compat -lmd +LDADD = -L$(top_builddir)/compat -lopenbsd-compat if HOST_FREEBSD LDADD += -lmd endif