]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
lib: Update Makefile.am for new header files.
authorJia Tan <jiat0218@gmail.com>
Fri, 22 Sep 2023 16:47:52 +0000 (00:47 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 22 Sep 2023 16:47:52 +0000 (00:47 +0800)
lib/Makefile.am

index 0dbd9c42b72f7249e5c86ea9563b19a90db4bbf2..b6a3b1619d7b1bc262d60a11da4391296ad85515 100644 (file)
@@ -21,7 +21,17 @@ libgnu_a_SOURCES =
 libgnu_a_DEPENDENCIES = $(LIBOBJS)
 libgnu_a_LIBADD = $(LIBOBJS)
 
-EXTRA_DIST = getopt.in.h getopt.c getopt1.c getopt_int.h
+EXTRA_DIST = \
+       getopt.in.h \
+       getopt.c \
+       getopt1.c \
+       getopt_int.h \
+       getopt-cdefs.h \
+       getopt-core.h \
+       getopt-ext.h \
+       getopt-pfx-core.h \
+       getopt-pfx-ext.h
+
 BUILT_SOURCES = $(GETOPT_H)
 MOSTLYCLEANFILES = getopt.h getopt.h-t