forgot to check this in earlier

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5040 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-07-27 07:14:09 +00:00
parent fc06934106
commit 74e3677078
2 changed files with 5 additions and 0 deletions

View File

@ -639,6 +639,7 @@ AC_OUTPUT(
src/gnome/glade/Makefile
src/guile/Makefile
src/optional/Makefile
src/optional/swig/Makefile
src/pixmaps/Makefile
src/quotes/Makefile
src/register/Makefile

View File

@ -1,3 +1,7 @@
EXTRA_DIST = \
.cvsignore
# N.B. Do *not* specify subdirs, since we do *not* want the swig subdirs
# built bby default, since many folks may not have swig installed, and this
# is, after all, optional ...