Add missing include path to fix 'make distcheck'.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4095 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
7be4a88949
commit
eb7b78387f
@ -2,6 +2,8 @@
|
||||
|
||||
* src/document.c:
|
||||
Add a translation hint to an ambiguous format string.
|
||||
* src/Makefile.am:
|
||||
Add missing include path to fix 'make distcheck'.
|
||||
* New release: Geany 0.18 "Kaine".
|
||||
|
||||
|
||||
|
@ -76,7 +76,8 @@ geany_include_HEADERS = \
|
||||
utils.h
|
||||
|
||||
|
||||
INCLUDES = -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include @GTK_CFLAGS@ @GIO_CFLAGS@
|
||||
INCLUDES = -I$(top_srcdir) -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include \
|
||||
@GTK_CFLAGS@ @GIO_CFLAGS@
|
||||
|
||||
# tell automake we have a C++ file so it uses the C++ linker we need for Scintilla
|
||||
nodist_EXTRA_geany_SOURCES = dummy.cxx
|
||||
|
Loading…
x
Reference in New Issue
Block a user