1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/m4/Makefile.am
stefanocasazza eb0e42c9b7 some fix
2015-10-12 20:09:29 +02:00

11 lines
370 B
Makefile

## Makefile.am -- Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = no-dependencies
EXTRA_DIST = $(M4)
MAINTAINERCLEANFILES = Makefile.in
M4 = ac_check_package.m4 ac_compilation_environment.m4 ac_compilation_options.m4 \
socket_SO_RCVTIMEO.m4 ac_cxx_old_iostream.m4 ac_try_flag.m4 ac_fallocate.m4 ac_compile_check_sizeof.m4
SOURCES = $(M4)