b975bbe11d
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2414 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 \
|
|
WindowAccessor.h \
|
|
SString.h
|
|
|
|
scintilla_includedir = $(includedir)/geany/scintilla/
|
|
scintilla_include_HEADERS = \
|
|
SciLexer.h \
|
|
Scintilla.h \
|
|
Scintilla.iface \
|
|
ScintillaWidget.h
|