Whamcloud - gitweb
LU-3462 build: Repair "make dist"
[fs/lustre-release.git] / lustre / fid / Makefile.in
index 8b0c6e4..b0a2936 100644 (file)
@@ -1,4 +1,8 @@
 MODULES := fid
 fid-objs := fid_request.o lproc_fid.o
 @SERVER_TRUE@fid-objs += fid_handler.o fid_store.o fid_lib.o
+
+EXTRA_DIST = $(fid-objs:%.o=%.c) fid_internal.h
+@SERVER_FALSE@EXTRA_DIST += fid_handler.c fid_store.c fid_lib.c
+
 @INCLUDE_RULES@