17 lines
403 B
Makefile
17 lines
403 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
|
|
# Files installed for use by aclocal.
|
|
|
|
aclocaldir = @aclocaldir@
|
|
aclocal_DATA = \
|
|
lib-ld.m4 \
|
|
lib-link.m4 \
|
|
lib-prefix.m4
|
|
|
|
# Generate this list with
|
|
# find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
|
|
EXTRA_DIST = README \
|
|
lib-ld.m4 \
|
|
lib-link.m4 \
|
|
lib-prefix.m4
|