diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-02 04:33:50 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-02 04:33:50 +0000 |
| commit | bcf72c2b70ed57332f6f020f1c47df9a6f20060c (patch) | |
| tree | 8d5cc9c8faf0ca412729f6df8a187c0cc8f89d6a /gtk/makefile | |
| parent | 99d9336612b96f55d37252e49fe2a917f0d79121 (diff) | |
| download | scintilla-mirror-bcf72c2b70ed57332f6f020f1c47df9a6f20060c.tar.gz | |
New StyleContext file added to build system.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 97d737bfa..9adc262c0 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -39,7 +39,7 @@ clean: deps: $(CC) -MM `gtk-config --cflags` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak -$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o Document.o CallTip.o \ +$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ RESearch.o Style.o Indicator.o AutoComplete.o |
