mirror of
https://github.com/videolan/vlc.git
synced 2024-12-01 13:55:14 +08:00
e2ea67fb37
* m4/Makefile.am: distribute our generated private.m4 file.
25 lines
315 B
Makefile
25 lines
315 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
codeset.m4 \
|
|
gettext.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
intdiv0.m4 \
|
|
inttypes-pri.m4 \
|
|
inttypes.m4 \
|
|
inttypes_h.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
lib-ld.m4 \
|
|
lib-link.m4 \
|
|
lib-prefix.m4 \
|
|
private.m4 \
|
|
progtest.m4 \
|
|
stdint_h.m4 \
|
|
uintmax_t.m4 \
|
|
ulonglong.m4 \
|
|
vlc.m4 \
|
|
$(NULL)
|
|
|