From: Harlan Stenn Date: Tue, 28 Jan 2014 00:31:58 +0000 (-0500) Subject: Add missing std_def_list X-Git-Tag: NTP_4_2_7P413~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a993d22998997c4280568df705e0db09715e7eb1;p=thirdparty%2Fntp.git Add missing std_def_list bk: 52e6fa7e4xcYf2gG5kNbtq2atnm0ZQ --- diff --git a/scripts/ntp-wait/Makefile.am b/scripts/ntp-wait/Makefile.am index c6a0c66f1..3bc35a640 100644 --- a/scripts/ntp-wait/Makefile.am +++ b/scripts/ntp-wait/Makefile.am @@ -9,6 +9,14 @@ man_MANS= ntp-wait.$(NTP_WAIT_MS) run_ag= cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_srcdir)/scripts/lib" \ autogen -L ../../sntp/include -L ../../sntp/ag-tpl \ --writable +std_def_list = \ + $(top_srcdir)/sntp/include/debug-opt.def \ + $(top_srcdir)/sntp/include/autogen-version.def \ + $(top_srcdir)/sntp/include/copyright.def \ + $(top_srcdir)/sntp/include/homerc.def \ + $(top_srcdir)/sntp/include/ntp.lic \ + $(top_srcdir)/sntp/include/version.def \ + $(NULL) EXTRA_SCRIPTS = ntp-wait diff --git a/scripts/ntpsweep/Makefile.am b/scripts/ntpsweep/Makefile.am index aefe9ea2d..2a5bb1a62 100644 --- a/scripts/ntpsweep/Makefile.am +++ b/scripts/ntpsweep/Makefile.am @@ -2,6 +2,14 @@ NULL= run_ag= cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_srcdir)/scripts/lib" \ autogen -L ../../sntp/include -L ../../sntp/ag-tpl \ --writable +std_def_list = \ + $(top_srcdir)/sntp/include/debug-opt.def \ + $(top_srcdir)/sntp/include/autogen-version.def \ + $(top_srcdir)/sntp/include/copyright.def \ + $(top_srcdir)/sntp/include/homerc.def \ + $(top_srcdir)/sntp/include/ntp.lic \ + $(top_srcdir)/sntp/include/version.def \ + $(NULL) bin_SCRIPTS= $(NTPSWEEP_DB) sbin_SCRIPTS= $(NTPSWEEP_DS) diff --git a/scripts/ntptrace/Makefile.am b/scripts/ntptrace/Makefile.am index fc2c17faa..7dab423fe 100644 --- a/scripts/ntptrace/Makefile.am +++ b/scripts/ntptrace/Makefile.am @@ -8,6 +8,14 @@ sbin_SCRIPTS = $(NTPTRACE_DS) run_ag= cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_srcdir)/scripts/lib" \ autogen -L ../../sntp/include -L ../../sntp/ag-tpl \ --writable +std_def_list = \ + $(top_srcdir)/sntp/include/debug-opt.def \ + $(top_srcdir)/sntp/include/autogen-version.def \ + $(top_srcdir)/sntp/include/copyright.def \ + $(top_srcdir)/sntp/include/homerc.def \ + $(top_srcdir)/sntp/include/ntp.lic \ + $(top_srcdir)/sntp/include/version.def \ + $(NULL) EXTRA_SCRIPTS = ntptrace