diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index be333460..3e44c52a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,7 +24,7 @@ $(LUAOBJS): lua/*.c .c.o: g++ $(GTKFLAGS) $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ textadept:\ - textadept.o lua_interface.o pm.o find_replace.o \ + textadept.o lua_interface.o \ scintilla-st/gtk/LexLPeg.o scintilla-st/bin/scintilla.a \ $(LUAOBJS) g++ $(GTKLIBS) $(EXPORTLUASYMS) -DGTK $^ -o $@ |