mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
lib: Update Makefile.am for new header files.
This commit is contained in:
parent
52bf644bdf
commit
d34558388f
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue