mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Several people reporting that swig-runtime.h wasn't being created.
That's because '.' wasn't in the front of the SUBDIRS, so the Makefile wasn't building the local targets. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20499 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -35,7 +35,8 @@ GUI_SUBDIRS = \
|
||||
plugins \
|
||||
bin
|
||||
|
||||
SUBDIRS = $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS) $(GUI_SUBDIRS)
|
||||
# Need to include '.' in order to build swig-runtime.h
|
||||
SUBDIRS = . $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS) $(GUI_SUBDIRS)
|
||||
DIST_SUBDIRS = $(SUBDIRS) python
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
||||
Reference in New Issue
Block a user