From 930d0e24b560e8ece9a434c72092447c498021cf Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 28 Oct 2014 14:22:42 -0400 Subject: [PATCH] Use our own ylwrap. --- amd/Makefile.am | 2 ++ fsinfo/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/amd/Makefile.am b/amd/Makefile.am index 6cdaa99d..8be0bfc5 100644 --- a/amd/Makefile.am +++ b/amd/Makefile.am @@ -11,6 +11,8 @@ sbin_PROGRAMS = amd sun2amd # man pages man_MANS = amd.8 sun2amd.8 +YLWRAP= $(top_srcdir)/ylwrap.amd + # test scripts TESTS = test1.sh diff --git a/fsinfo/Makefile.am b/fsinfo/Makefile.am index 742bce27..a9051d50 100644 --- a/fsinfo/Makefile.am +++ b/fsinfo/Makefile.am @@ -9,6 +9,8 @@ sbin_PROGRAMS = fsinfo # man pages man_MANS = fsinfo.8 +YLWRAP = $(top_srcdir)/ylwrap.amd + # headers this depends on, not to be installed noinst_HEADERS = fsi_data.h fsinfo.h -- 2.34.1