From 38253628c20a4ffcc9bc779f6988648ce0c46710 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 19 Oct 2002 13:56:54 +0000
Subject: fixed deps

---
 src/tests/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/tests/Makefile b/src/tests/Makefile
index 90776ad..20574fa 100644
--- a/src/tests/Makefile
+++ b/src/tests/Makefile
@@ -10,8 +10,16 @@ FONT_OBJ = ../BaseDisplay.o ../Font.o ../XFontImp.o ../XftFontImp.o ../XmbFontIm
 all: testStringUtil testKeys testResource testSignal
 
 .cc.o:
-	$(CXX) -c $(CXXFLAGS) $<
+	$(CXX) -c $(CXXFLAGS) $< -o $@
 	
+../XftFontImp.o: ../XftFontImp.hh ../XftFontImp.cc
+
+../XmbFontImp.o: ../XmbFontImp.hh ../XmbFontImp.cc
+
+../XFontImp.o: ../XFontImp.hh ../XFontImp.cc
+
+../Font.o: ../XFontImp.hh ../XftFontImp.hh ../XmbFontImp.hh ../Font.hh ../Font.cc
+
 StringUtil.o: ../StringUtil.cc ../StringUtil.hh
 	$(CXX) -c $(CXXFLAGS) ../StringUtil.cc -o StringUtil.o
 
-- 
cgit v0.11.2