2005-11-22 12:26:26 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2007-07-24 09:24:14 +00:00
|
|
|
noinst_HEADERS = \
|
2010-11-24 21:43:31 +00:00
|
|
|
ILexer.h \
|
|
|
|
Platform.h
|
2005-11-22 12:26:26 +00:00
|
|
|
|
2008-03-13 12:15:26 +00:00
|
|
|
scintilla_includedir = $(includedir)/geany/scintilla/
|
|
|
|
scintilla_include_HEADERS = \
|
|
|
|
SciLexer.h \
|
|
|
|
Scintilla.h \
|
2008-03-26 17:25:32 +00:00
|
|
|
Scintilla.iface \
|
2008-03-13 12:15:26 +00:00
|
|
|
ScintillaWidget.h
|