]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
remove remaining unused-but-installed headers
authorNathan Scott <nathans@debian.org>
Sun, 1 Feb 2009 19:07:23 +0000 (06:07 +1100)
committerNathan Scott <nathans@debian.org>
Sun, 1 Feb 2009 19:07:23 +0000 (06:07 +1100)
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nathan Scott <nathans@debian.org>
include/Makefile

index 040353655393f669ea3eed4bdd1ef521398d9c98..07076ccb94840b1b1dcd4e590ba60b26f31f5d28 100644 (file)
@@ -29,9 +29,9 @@ QAHFILES = libxfs.h libxlog.h \
        xfs_imap.h xfs_inode.h xfs_inode_item.h xfs_inum.h \
        xfs_log.h xfs_log_priv.h xfs_log_recover.h xfs_metadump.h \
        xfs_mount.h xfs_quota.h xfs_rtalloc.h xfs_sb.h \
-       xfs_trans.h xfs_trans_space.h xfs_types.h
+       xfs_trans.h xfs_trans_space.h xfs_types.h xfs_dfrag.h
 
-HFILES = handle.h jdm.h xqm.h xfs.h xfs_dfrag.h xfs_fs.h
+HFILES = handle.h jdm.h xqm.h xfs.h xfs_fs.h
 HFILES += $(PKG_PLATFORM).h
 PHFILES = darwin.h freebsd.h irix.h linux.h
 DKHFILES = volume.h fstyp.h dvh.h
@@ -51,8 +51,6 @@ install-dev: default
        $(INSTALL) -m 755 -d $(PKG_INC_DIR)
        $(INSTALL) -m 644 $(HFILES) $(PKG_INC_DIR)
        $(INSTALL) -m 644 platform_defs.h $(PKG_INC_DIR)
-       $(INSTALL) -m 755 -d $(DK_INC_DIR)
-       $(INSTALL) -m 644 $(DKHFILES) $(DK_INC_DIR)
 
 install-qa: install-dev
        $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)