Skip to content

Commit

Permalink
Updated wslay
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Mar 23, 2012
1 parent 16d67e9 commit 4fba271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/wslay/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dnl LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
dnl OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
dnl WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AC_PREREQ(2.61)
LT_PREREQ([2.2.6])
AC_INIT([wslay], [0.1.1], [[email protected]])
LT_PREREQ([2.2.6])
LT_INIT([disable-shared])
AC_CONFIG_AUX_DIR([.])
dnl See versioning rule:
Expand Down
3 changes: 2 additions & 1 deletion deps/wslay/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ main_SOURCES = $(HFILES) $(OBJECTS)

main_LDADD = ${top_builddir}/lib/libwslay.la -lcunit
main_LDFLAGS = -static
AM_CFLAGS = -Wall -g -O2 -I${top_srcdir}/lib -I${top_srcdir}/lib/includes
AM_CFLAGS = -Wall -g -O2 -I${top_srcdir}/lib -I${top_srcdir}/lib/includes\
@DEFS@
# DEFS += -D_ISOC99_SOURCE -D_GNU_SOURCE
TESTS = main

Expand Down

0 comments on commit 4fba271

Please sign in to comment.