Whamcloud - gitweb
land b_smallfix 20040407_1414:
[fs/lustre-release.git] / lustre / ptlbd / autoMakefile.am
similarity index 50%
rename from lustre/ptlbd/Makefile.am
rename to lustre/ptlbd/autoMakefile.am
index bfaeb25..b1efaae 100644 (file)
@@ -3,12 +3,7 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-DEFS=
+modulefs_DATA = ptlbd$(KMODEXT)
 
-MODULE = ptlbd
-modulefs_DATA = ptlbd.o
-EXTRA_PROGRAMS = ptlbd
-
-ptlbd_SOURCES = blk.c client.c main.c rpc.c server.c
-
-include $(top_srcdir)/Rules
+MOSTLYCLEANFILES = *.o *.ko *.mod.c
+DIST_SOURCES = $(ptlbd-objs:%.o=%.c)