From 4c86d59be19a5cb64e1eb98504ab5a844a042977 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 10 Apr 2012 16:58:32 +0000 Subject: Tweaked the version.h file and the makefile. --- Makefile | 3 +++ autoconfig.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e23f21..486ca4d 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ tests/deflate: tests/lzma: g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -llzma +tests/threadid: + g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread + libbu++.a: ${HEADERS} ${OBJECTS} ar -r libbu++.a ${OBJECTS} diff --git a/autoconfig.cpp b/autoconfig.cpp index 1402704..acd052e 100644 --- a/autoconfig.cpp +++ b/autoconfig.cpp @@ -71,7 +71,7 @@ int main( int argc, char *argv[] ) "#define LIBBU_VERSION 0\n" "#define LIBBU_REVISION 1\n" "#define LIBBU_VERSION_STR \"0.1\"\n" - "#define LIBBU_API 0\n" + "#define LIBBU_API 0\n" "#define LIBBU_VC_ID \""); FILE *psub = popen("svnversion -n", "r"); char buf[1024]; -- cgit v1.2.3