aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-04-10 16:58:32 +0000
committerMike Buland <eichlan@xagasoft.com>2012-04-10 16:58:32 +0000
commit4c86d59be19a5cb64e1eb98504ab5a844a042977 (patch)
tree24196128598bbf168f3dad5820304ae5cd7c782d /Makefile
parent961ef88bef571c80a7471f5bd66f12582ed3126e (diff)
downloadlibbu++-4c86d59be19a5cb64e1eb98504ab5a844a042977.tar.gz
libbu++-4c86d59be19a5cb64e1eb98504ab5a844a042977.tar.bz2
libbu++-4c86d59be19a5cb64e1eb98504ab5a844a042977.tar.xz
libbu++-4c86d59be19a5cb64e1eb98504ab5a844a042977.zip
Tweaked the version.h file and the makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e23f21..486ca4d 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,9 @@ tests/deflate:
84tests/lzma: 84tests/lzma:
85 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -llzma 85 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -llzma
86 86
87tests/threadid:
88 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread
89
87libbu++.a: ${HEADERS} ${OBJECTS} 90libbu++.a: ${HEADERS} ${OBJECTS}
88 ar -r libbu++.a ${OBJECTS} 91 ar -r libbu++.a ${OBJECTS}
89 92