mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* macros/Makefile.am: include the rest of the macros in the dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7793 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
44ba04a500
commit
db4d8f7a2f
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-06 Derek Atkins <derek@ihtfp.com>
|
||||||
|
|
||||||
|
* macros/Makefile.am: include the rest of the macros in the dist.
|
||||||
|
|
||||||
2003-01-05 Chris Lyttle <chris@wilddev.net>
|
2003-01-05 Chris Lyttle <chris@wilddev.net>
|
||||||
|
|
||||||
* configure.in: release 1.7.7
|
* configure.in: release 1.7.7
|
||||||
|
@ -2,17 +2,22 @@
|
|||||||
|
|
||||||
MACROS= \
|
MACROS= \
|
||||||
aclocal-include.m4 \
|
aclocal-include.m4 \
|
||||||
|
as-scrub-include.m4 \
|
||||||
compiler-flags.m4 \
|
compiler-flags.m4 \
|
||||||
curses.m4 \
|
curses.m4 \
|
||||||
gnome-bonobo-check.m4 \
|
gnome-bonobo-check.m4 \
|
||||||
|
gnome-common.m4 \
|
||||||
|
gnome-cxx-check.m4 \
|
||||||
gnome-fileutils.m4 \
|
gnome-fileutils.m4 \
|
||||||
gnome-gdk-pixbuf.m4 \
|
gnome-gdk-pixbuf.m4 \
|
||||||
|
gnome-gettext.m4 \
|
||||||
gnome-ghttp-check.m4 \
|
gnome-ghttp-check.m4 \
|
||||||
gnome-gnorba-check.m4 \
|
gnome-gnorba-check.m4 \
|
||||||
gnome-guile-checks.m4 \
|
gnome-guile-checks.m4 \
|
||||||
gnome-libgtop-check.m4 \
|
gnome-libgtop-check.m4 \
|
||||||
gnome-objc-checks.m4 \
|
gnome-objc-checks.m4 \
|
||||||
gnome-orbit-check.m4 \
|
gnome-orbit-check.m4 \
|
||||||
|
gnome-pilot.m4 \
|
||||||
gnome-print-check.m4 \
|
gnome-print-check.m4 \
|
||||||
gnome-pthread-check.m4 \
|
gnome-pthread-check.m4 \
|
||||||
gnome-support.m4 \
|
gnome-support.m4 \
|
||||||
@ -23,7 +28,8 @@ MACROS= \
|
|||||||
gnome.m4 \
|
gnome.m4 \
|
||||||
gperf-check.m4 \
|
gperf-check.m4 \
|
||||||
linger.m4 \
|
linger.m4 \
|
||||||
need-declaration.m4
|
need-declaration.m4 \
|
||||||
|
openhbci.m4
|
||||||
|
|
||||||
EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh
|
EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh
|
||||||
MAINTAINERCLEANFILES=macros.dep
|
MAINTAINERCLEANFILES=macros.dep
|
||||||
|
Loading…
Reference in New Issue
Block a user