]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/Makefile
libfrog: move topology.[ch] to libxfs
[thirdparty/xfsprogs-dev.git] / libxfs / Makefile
index de595b7cd49f4a994f460d044b857aba34e7421b..3e3c4bd0cc9e5527d42aef71874421e455b0967b 100644 (file)
@@ -20,6 +20,11 @@ PKGHFILES = xfs_fs.h \
        xfs_log_format.h
 
 HFILES = \
+       libxfs_io.h \
+       libxfs_api_defs.h \
+       init.h \
+       libxfs_priv.h \
+       topology.h \
        xfs_ag_resv.h \
        xfs_alloc.h \
        xfs_alloc_btree.h \
@@ -48,10 +53,6 @@ HFILES = \
        xfs_shared.h \
        xfs_trans_resv.h \
        xfs_trans_space.h \
-       libxfs_io.h \
-       libxfs_api_defs.h \
-       init.h \
-       libxfs_priv.h \
        xfs_dir2_priv.h
 
 CFILES = cache.c \
@@ -60,6 +61,7 @@ CFILES = cache.c \
        kmem.c \
        logitem.c \
        rdwr.c \
+       topology.c \
        trans.c \
        util.c \
        xfs_ag.c \