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 = \
|
2005-11-22 12:26:26 +00:00
|
|
|
Accessor.h \
|
|
|
|
KeyWords.h \
|
|
|
|
Platform.h \
|
|
|
|
PropSet.h \
|
|
|
|
WindowAccessor.h \
|
2007-06-18 13:02:34 +00:00
|
|
|
SString.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
|