Skip to content

Commit

Permalink
* Merged from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
VOS Maintainer committed Oct 15, 2009
1 parent 9b11661 commit 07259c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -20,6 +20,8 @@
#

AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I binsrc/config


SUBDIRS = . docsrc libsrc binsrc appsrc

Expand Down
2 changes: 1 addition & 1 deletion appsrc/ODS-Framework/vad_version
@@ -1 +1 @@
1.62.83
1.62.85
2 changes: 1 addition & 1 deletion appsrc/ODS-Framework/version.curr
@@ -1 +1 @@
6283
6285
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1579,7 +1579,7 @@ AC_HELP_STRING([--with-malloc-debug], [extra malloc debugging code])],

if test "x$with_malloc_debug" = "xyes"; then
BUILD_OPTS="$BUILD_OPTS malloc_debug"
CCDEBUG="$CCDEBUG -DMTX_DEBUG -DMALLOC_DEBUG"
CCDEBUG="$CCDEBUG -DMALLOC_DEBUG"
CCOPT="$CCOPT -g"
AM_LDFLAGS="$AM_LDFLAGS -g"
fi
Expand Down

0 comments on commit 07259c4

Please sign in to comment.