diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cb54ea40..3e6cc430 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,6 +67,7 @@ Python_SRC = \ src/python/py_utils.cc libledger_la_SOURCES += $(Python_SRC) +libledger_la_CPPFLAGS += -I$(srcdir)/src/python endif if HAVE_LIBOFX |