mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
8 lines
282 B
Makefile
8 lines
282 B
Makefile
# Install m4 macros needed by other *mm packages:
|
|
m4dir = $(datadir)/aclocal
|
|
m4_DATA = glibmm_check_perl.m4
|
|
|
|
EXTRA_DIST = README config.sub missing config.guess install-sh \
|
|
ltmain.sh cxx.m4 cxx_std.m4 c_std.m4 docgen.m4 macros.m4 reduced.m4 \
|
|
$(m4_DATA)
|
|
|