From f1a6cd539de9772eae41bc2fdb135a5905d2d1d1 Mon Sep 17 00:00:00 2001 From: slevy <slevy> Date: Wed, 30 May 2001 14:24:02 +0000 Subject: [PATCH] Add warp module. --- src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 412f69b..629867f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -25,7 +25,6 @@ FLTK_LIB = @FLTK_LIB@ KIRA_INC = @KIRA_INC@ KIRA_LIB = @KIRA_LIB@ -#GL_LIB = -L/usr/local/lib/Mesa -lGL -lGLU GL_LIB = @GLLIBS@ X_LIB = @XLIBS@ M_LIB = -lm @@ -44,7 +43,8 @@ OPT = -g -O2 ${OTYPE} LINK = ${CXX} LIBS = ${KIRA_LIB} ${FLTK_LIB} ${GL_LIB} ${X_LIB} ${M_LIB} -APP_CSRCS = geometry.c partibrains.c mgtexture.c textures.c findfile.c sfont.c version.c +APP_CSRCS = geometry.c partibrains.c mgtexture.c textures.c \ + findfile.c sfont.c warp.c version.c APP_CXXSRCS = partiview.cc partiviewc.cc partipanel.cc Gview.cc Hist.cc \ Fl_Log_Slider.cxx kira_parti.cc # parti-ieee.cc @@ -52,7 +52,7 @@ APP_OBJS = partiview.o partiviewc.o partipanel.o Gview.o Hist.o \ geometry.o partibrains.o version.o \ mgtexture.o textures.o futil.o findfile.o sfont.o \ sclock.o notify.o Fl_Log_Slider.o \ - kira_parti.o \ + kira_parti.o warp.o \ ${MORE_OBJS} all: depended $(TARGET) -- GitLab