14 lines
272 B
Makefile
14 lines
272 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_HEADERS = \
|
|
ILexer.h \
|
|
Platform.h
|
|
|
|
scintilla_includedir = $(includedir)/geany/scintilla/
|
|
scintilla_include_HEADERS = \
|
|
SciLexer.h \
|
|
Scintilla.h \
|
|
Scintilla.iface \
|
|
ScintillaWidget.h \
|
|
Sci_Position.h
|