mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user