From 1a31a6559ade823ade2d1bc1b99b77e3eeeae88c Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 28 Apr 2004 07:18:50 +0000 Subject: [PATCH] Re-add change for building, now that Jacob's other fix works. b=3294 --- lnet/libcfs/autoMakefile.am | 2 +- lustre/portals/libcfs/autoMakefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/libcfs/autoMakefile.am b/lnet/libcfs/autoMakefile.am index 50adb3f..ac83541 100644 --- a/lnet/libcfs/autoMakefile.am +++ b/lnet/libcfs/autoMakefile.am @@ -17,4 +17,4 @@ sources: MOSTLYCLEANFILES = *.o *.ko *.mod.c CLEANFILES = sources lib-*.c api-*.c -DIST_SOURCES = $(portals-objs:%.o=%.c) +DIST_SOURCES = $(libcfs-objs:%.o=%.c) diff --git a/lustre/portals/libcfs/autoMakefile.am b/lustre/portals/libcfs/autoMakefile.am index 50adb3f..ac83541 100644 --- a/lustre/portals/libcfs/autoMakefile.am +++ b/lustre/portals/libcfs/autoMakefile.am @@ -17,4 +17,4 @@ sources: MOSTLYCLEANFILES = *.o *.ko *.mod.c CLEANFILES = sources lib-*.c api-*.c -DIST_SOURCES = $(portals-objs:%.o=%.c) +DIST_SOURCES = $(libcfs-objs:%.o=%.c) -- 1.8.3.1