From be6ce0b84511e1bc43dbe97635cdb66b690575f2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 15 Jun 2008 13:50:46 -0400 Subject: Merged pm.c and find_replace.c into textadept.c; updated Makefile. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 $@ -- cgit v1.2.3