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@5224 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3877de2b59
commit
7758925710
@ -56,4 +56,7 @@ INCLUDES = \
|
||||
-I${top_srcdir}/src/engine/test-core \
|
||||
-I..
|
||||
|
||||
EXTRA_DIST = test-load-module
|
||||
EXTRA_DIST = \
|
||||
grab-types.pl \
|
||||
test-load-module \
|
||||
test-real-data.sh
|
||||
|
@ -14,7 +14,9 @@ libgncmodbar_la_SOURCES=bar-gwrap.c gnc-mod-bar.c
|
||||
libgncmodbar_la_LDFLAGS=-module
|
||||
libgncmodbar_la_LIBADD=-L. -L./.libs -lbar
|
||||
|
||||
EXTRA_DIST = bar-gwrap.scm
|
||||
EXTRA_DIST = \
|
||||
bar-gwrap.scm \
|
||||
gnucash/bar.scm
|
||||
|
||||
bar-gwrap.c bar-gwrap.h: bar-gwrap.scm
|
||||
FLAVOR=gnome guile -c \
|
||||
|
Loading…
Reference in New Issue
Block a user