aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-06-15 13:50:46 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-06-15 13:50:46 -0400
commitbe6ce0b84511e1bc43dbe97635cdb66b690575f2 (patch)
tree038c3af4e15f549a60600570443e85911f900357 /src/Makefile
parente56e9f1c1a635bd205bfde9ff8120ad2e81274c0 (diff)
downloadtextadept-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/Makefile2
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 $@