Skip to content

Commit

Permalink
- Add the builddir called "lib/".
Browse files Browse the repository at this point in the history
SVN Rev: 649
  • Loading branch information
derickr committed Jul 26, 2011
1 parent 17dee96 commit 7e97f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.m4
Expand Up @@ -7,4 +7,5 @@ PHP_ARG_ENABLE(quickhash, whether to enable quickhash support,
if test "$PHP_QUICKHASH" != "no"; then
PHP_NEW_EXTENSION(quickhash, quickhash.c qh_inthash.c qh_intset.c qh_intstringhash.c qh_stringinthash.c qh_iterator.c lib/quickhash.c lib/hash-algorithms.c lib/iterator.c, $ext_shared)
PHP_SUBST(QUICKHASH_SHARED_LIBADD)
PHP_ADD_BUILD_DIR($ext_builddir/lib, 1)
fi

0 comments on commit 7e97f1a

Please sign in to comment.