diff options
author | 2008-06-15 13:50:46 -0400 | |
---|---|---|
committer | 2008-06-15 13:50:46 -0400 | |
commit | be6ce0b84511e1bc43dbe97635cdb66b690575f2 (patch) | |
tree | 038c3af4e15f549a60600570443e85911f900357 /src/Makefile | |
parent | e56e9f1c1a635bd205bfde9ff8120ad2e81274c0 (diff) | |
download | textadept-be6ce0b84511e1bc43dbe97635cdb66b690575f2.tar.gz textadept-be6ce0b84511e1bc43dbe97635cdb66b690575f2.zip |
Merged pm.c and find_replace.c into textadept.c; updated Makefile.
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 $@ |