diff --git a/Makefile.am b/Makefile.am index 31bedc1..d6c3f16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ SUBDIRS = bindings bitmaps \ include \ tools \ clients \ - doc \ - demos + doc + AUTOMAKE_OPTIONS = 1.4 ACLOCAL_AMFLAGS = -I . diff --git a/Makefile.am.no_demos b/Makefile.am.no_demos new file mode 100644 index 0000000..31bedc1 --- /dev/null +++ b/Makefile.am.no_demos @@ -0,0 +1,34 @@ +datadir = ${prefix}/share/Xm/doc + +#data_DATA = BUGREPORT COPYRIGHT.MOTIF COPYING \ +# README RELEASE RELNOTES + +EXTRA_DIST = BUGREPORT \ + COPYING \ + Imakefile \ + README RELEASE RELNOTES \ + INSTALL.configure Makefile.imake-pure + +MAINTAINERCLEANFILES = Makefile.in \ + configure libtool \ + config.guess \ + config.sub \ + config.log \ + ltconfig ltmain.sh \ + aclocal.m4 \ + config.h.in \ + install-sh \ + missing mkinstalldirs \ + compile + +SUBDIRS = bindings bitmaps \ + config \ + localized \ + lib \ + include \ + tools \ + clients \ + doc \ + demos +AUTOMAKE_OPTIONS = 1.4 +ACLOCAL_AMFLAGS = -I .