5fb38517e3
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5441 ea778897-0a13-0410-b9d1-a72fbfd435f5
13 lines
254 B
Makefile
13 lines
254 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_HEADERS = \
|
|
ILexer.h \
|
|
Platform.h
|
|
|
|
scintilla_includedir = $(includedir)/geany/scintilla/
|
|
scintilla_include_HEADERS = \
|
|
SciLexer.h \
|
|
Scintilla.h \
|
|
Scintilla.iface \
|
|
ScintillaWidget.h
|