summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-26 23:50:11 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-26 23:50:11 +0000
commit3f1b7c57a01244dbc6b5ba8ebd029aff45edfb3c (patch)
tree78afb3a938028ff50e286f9699348c47ca3a0745 /src/Makefile
parentf5c2550af23d2b6f82d0b2540af7c1afff9c61aa (diff)
extract added
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@5 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 45f00b2..addd2e8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@ CC=gcc
all: syrep
-syrep: cache.o update.o util.o syrep.o md5.o md5util.o context.o package.o dbutil.o cmdline.o info.o history.o dump.o list.o diff.o merge.o
+syrep: cache.o update.o util.o syrep.o md5.o md5util.o context.o package.o dbutil.o cmdline.o info.o history.o dump.o list.o diff.o merge.o extract.o
$(CC) -g $^ -o $@ -ldb
cmdline.c cmdline.h: syrep.ggo Makefile