summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2008-02-07 09:58:48 -0500
committerDan Winship <danw@gnome.org>2008-02-07 09:58:48 -0500
commit5d3e9c659fa12bf78a6432504ffbc07f8f01d7b8 (patch)
tree3df07feac0ef1c1811d9d4673063f36c1a94b736 /Makefile
parent0a52fce72a53d1d08e16a7b7369aff14879a4383 (diff)
split array and hashtable code out into a new file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b7e4e38..39555f0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,12 @@ LDLIBS = -lexpat -lz -g -lrpm -lcurl
all : razor test-driver
-razor : razor.o yum.o main.o rpm.o util.o
+razor : razor.o yum.o main.o rpm.o types.o util.o
*.o : razor.h razor-internal.h
+razor.o : types.h
-test-driver : razor.o util.o test-driver.o
+test-driver : razor.o types.o util.o test-driver.o
test : test-driver
./test-driver test.xml