We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d5821 commit bab0649Copy full SHA for bab0649
src/Makefile.am
@@ -91,9 +91,7 @@ noinst_HEADERS = \
91
libltfs/pathname.h \
92
libltfs/periodic_sync.h \
93
libltfs/xattr.h \
94
- libltfs/xml.h \
95
libltfs/xml_libltfs.h \
96
- libltfs/arch/errormap.h \
97
libltfs/arch/filename_handling.h \
98
libltfs/arch/uuid_internal.h \
99
libltfs/arch/version.h
@@ -119,9 +117,11 @@ nobase_pkginclude_HEADERS = \
119
117
libltfs/uthash_ext.h \
120
118
libltfs/plugin.h \
121
libltfs/tape.h \
+ libltfs/xml.h \
122
libltfs/arch/signal_internal.h \
123
libltfs/arch/arch_info.h \
124
libltfs/arch/time_internal.h \
+ libltfs/arch/errormap.h \
125
tape_drivers/ibm_tape.h \
126
tape_drivers/spc_op_codes.h \
127
tape_drivers/ssc_op_codes.h \
0 commit comments