From: adilger Date: Wed, 28 Apr 2004 07:18:50 +0000 (+0000) Subject: Re-add change for building, now that Jacob's other fix works. X-Git-Tag: v1_8_0_110~486^5~227 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1a31a6559ade823ade2d1bc1b99b77e3eeeae88c;p=fs%2Flustre-release.git Re-add change for building, now that Jacob's other fix works. b=3294 --- 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)