--- clit/Makefile.orig	2010-11-01 18:07:34.000000000 -0500
+++ clit/Makefile	2010-11-01 18:08:31.000000000 -0500
@@ -1,9 +1,9 @@
 all: clit
 
-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
+CFLAGS=-funsigned-char -Wall -O2 -I ../lib -I ../lib/des -I .
 clean:
 	rm -f *.o clit
 
 clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a 
-	gcc -o clit $^  ../libtommath-0.30/libtommath.a
+	$(CC) -o clit $^ $(LDFLAGS) -ltommath
 
