mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3691 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a02ec5568d
commit
9813ecece0
@ -3,6 +3,9 @@
|
||||
# don't build sql subdir by default, unless you want hurt
|
||||
SUBDIRS = ${SQL_DIR}
|
||||
|
||||
# but put it in the dist
|
||||
DIST_SUBDIRS = sql
|
||||
|
||||
# Build a libtool library, libhello.la for installation in libdir.
|
||||
lib_LTLIBRARIES = libgncengine.la
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
SUBDIRS = cbb gg ofx
|
||||
DIST_SUBDIRS = ${SUBDIRS} cgi-bin
|
||||
|
||||
EXTRA_DIST = \
|
||||
.cvsignore \
|
||||
|
Loading…
Reference in New Issue
Block a user