aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-03-21 20:30:49 +0100
committerChristoph Hellwig <hch@brick.lst.de>2009-03-21 20:30:49 +0100
commitbea121156525b5c014356733090f9b6f9e7e6b2b (patch)
treef596a3b97c51e57f84a546d7ea800d8118405354
parent4ade67a2dbbf7af75e2189876966f33b91c1aa71 (diff)
downloadxfsdump-dev-bea121156525b5c014356733090f9b6f9e7e6b2b.tar.gz
make sure Makpekgs is complete
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--doc/Makefile9
-rw-r--r--include/Makefile2
-rw-r--r--inventory/Makefile2
3 files changed, 4 insertions, 9 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5afb3465..694d131f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -7,13 +7,8 @@ include $(TOPDIR)/include/builddefs
README = README.xfsdump
LSRCFILES = INSTALL PORTING CHANGES COPYING $(README) \
- directories.gif directories.obj \
- files.gif files.obj \
- global_hdr.gif global_hdr.obj \
- inode_map.gif inode_map.obj \
- media_files.gif media_files.obj \
- split_algorithm.gif split_algorithm.obj \
- xfsdump.html xfsdump_ts.txt
+ xfsdump.html xfsdump_ts.txt \
+ *.obj *.gif
LDIRT = *.gz
diff --git a/include/Makefile b/include/Makefile
index 419fc801..fc28124e 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -5,7 +5,7 @@
TOPDIR = ..
include $(TOPDIR)/include/builddefs
-HFILES = swap.h
+HFILES = swab.h swap.h
LSRCFILES = builddefs.in buildmacros buildrules config.h.in
default install install-dev :
diff --git a/inventory/Makefile b/inventory/Makefile
index f4cb532d..6624fba0 100644
--- a/inventory/Makefile
+++ b/inventory/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/include/builddefs
LSRCFILES = inv_api.c inv_core.c inv_fstab.c inv_idx.c inv_mgr.c \
inv_oref.c inv_oref.h inv_priv.h inv_stobj.c inv_files.c \
- inventory.h
+ inventory.h getopt.h testmain.c
default install install-dev: