8cb2cf0997
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4 ea778897-0a13-0410-b9d1-a72fbfd435f5
20 lines
301 B
Makefile
20 lines
301 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
scintilla_INCLUDES = \
|
|
Accessor.h \
|
|
KeyWords.h \
|
|
Platform.h \
|
|
PropSet.h \
|
|
SciLexer.h \
|
|
Scintilla.h \
|
|
ScintillaWidget.h \
|
|
WindowAccessor.h \
|
|
SString.h
|
|
|
|
|
|
EXTRA_DIST = $(scintilla_INCLUDES) \
|
|
Face.py \
|
|
HFacer.py \
|
|
Scintilla.iface
|
|
|