chiark
/
gitweb
/
~richardk
/
newstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7fdac4f
)
build: fix library order for test
author
Richard Kettlewell
<rjk@terraraq.org.uk>
Fri, 8 Feb 2013 18:31:50 +0000 (18:31 +0000)
committer
Richard Kettlewell
<rjk@terraraq.org.uk>
Fri, 8 Feb 2013 18:31:50 +0000 (18:31 +0000)
graph/Makefile.am
patch
|
blob
|
history
diff --git
a/graph/Makefile.am
b/graph/Makefile.am
index
436c46b
..
30b3511
100644
(file)
--- a/
graph/Makefile.am
+++ b/
graph/Makefile.am
@@
-22,8
+22,7
@@
AM_CXXFLAGS=${CAIROMM_CFLAGS}
noinst_PROGRAMS=t
t_SOURCES=t.cc
-t_LDADD=libgraph.a
-t_LDFLAGS=${CAIROMM_LIBS}
+t_LDADD=libgraph.a ${CAIROMM_LIBS}
noinst_LIBRARIES=libgraph.a
libgraph_a_SOURCES=Graph.cc Graph.h TimeGraph.cc TimeGraph.h