projects
/
libdai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a235dee
)
Build process now continues if compilation of example_imagesegmentation is not succesful
author
Joris Mooij
<joris.mooij@tuebingen.mpg.de>
Mon, 3 May 2010 10:36:46 +0000
(12:36 +0200)
committer
Joris Mooij
<joris.mooij@tuebingen.mpg.de>
Mon, 3 May 2010 10:36:46 +0000
(12:36 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0f98fad
..
c44c637
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-181,7
+181,7
@@
examples/%$(EE) : examples/%.cpp $(HEADERS) $(LIB)/libdai$(LE)
$(CC) $(CCO)$@ $< $(LIBS)
examples/example_imagesegmentation$(EE) : examples/example_imagesegmentation.cpp $(HEADERS) $(LIB)/libdai$(LE)
- $(CC) $(CCO)$@ $< $(LIBS) -lpthread -lX11
+
-
$(CC) $(CCO)$@ $< $(LIBS) -lpthread -lX11
# UNIT TESTS