From 83c947cb49d0bc95fde5dca3ad7cdda12a0c86f1 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 27 Apr 2004 22:49:27 +0000 Subject: [PATCH] b=3294 fix DIST_SOURCES. --- 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