chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92db14
)
Add a missing LIBGC
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 8 Jun 2008 13:04:49 +0000
(14:04 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 8 Jun 2008 13:04:49 +0000
(14:04 +0100)
tests/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index af585f516804d1488aa273acf6cf9b0d56281a5f..e8e8507dedbc04e1a4854ea76fc2ac1a01078938 100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-23,7
+23,7
@@
noinst_PROGRAMS=disorder-udplog
AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib
disorder_udplog_SOURCES=udplog.c ../lib/memgc.c
-disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a
+disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a
$(LIBGC)
disorder_udplog_DEPENDENCIES=../lib/libdisorder.a
TESTS=cookie.py dbversion.py dump.py files.py play.py queue.py \