970d8e0516
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2413 ea778897-0a13-0410-b9d1-a72fbfd435f5
17 lines
316 B
Makefile
17 lines
316 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_HEADERS = \
|
|
Accessor.h \
|
|
KeyWords.h \
|
|
Platform.h \
|
|
PropSet.h \
|
|
Scintilla.iface \
|
|
WindowAccessor.h \
|
|
SString.h
|
|
|
|
scintilla_includedir = $(includedir)/geany/scintilla/
|
|
scintilla_include_HEADERS = \
|
|
SciLexer.h \
|
|
Scintilla.h \
|
|
ScintillaWidget.h
|