X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=Makefile.am;h=cdea16bd4b2ab20c20072f9e12e70be9568c168b;hb=d1392836d0081f8dc358c1f34b1f6845e1296f4a;hp=12f0515a931dcf19024a4d49e5e3183e0bc08c24;hpb=c7d14532b034286e990bc28c994fa20b23aca95a;p=emu8051.git diff --git a/Makefile.am b/Makefile.am index 12f0515..cdea16b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,14 @@ SUBDIRS = src/common src/cli src/gtk data doc tests ## We want these in the dist tarball EXTRA_DIST = pixmaps -ACLOCAL = aclocal -I $(ac_aux_dir) +ACLOCAL_AMFLAGS = -I m4 + +LIBTOOL_MACROS = \ + m4/libtool.m4 \ + m4/ltoptions.m4 \ + m4/ltsugar.m4 \ + m4/ltversion.m4 \ + m4/lt~obsolete.m4 CLEANFILES = *~ @@ -23,7 +30,8 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ $(ac_aux_dir)/compile \ $(ac_aux_dir)/test-driver \ $(ac_aux_dir)/ar-lib \ - $(ac_aux_dir)/ylwrap + $(ac_aux_dir)/ylwrap \ + $(LIBTOOL_MACROS) changelog: @if test -d $(srcdir)/.git; then \