Commit 57e8a0d8 authored by Dafydd Harries's avatar Dafydd Harries

switch stun/ to building shared instead of static library

darcs-hash:20070120141544-c9803-466e3b231bc67ee58a31af36db2ab9fff74acc4f.gz
parent 22398e59
AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS) AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS)
libstun_a_SOURCES = stun.h stun.c libstun_la_SOURCES = stun.h stun.c
noinst_LIBRARIES = libstun.a noinst_LTLIBRARIES = libstun.la
noinst_PROGRAMS = stun-client stun-server test noinst_PROGRAMS = stun-client stun-server test
stun_client_LDADD = libstun.a $(GLIB_LIBS) stun_client_LDADD = libstun.la $(GLIB_LIBS)
stun_server_LDADD = libstun.a $(GLIB_LIBS) stun_server_LDADD = libstun.la $(GLIB_LIBS)
test_LDADD = libstun.a $(GLIB_LIBS) $(CHECK_LIBS) test_LDADD = libstun.la $(GLIB_LIBS) $(CHECK_LIBS)
TESTS = test TESTS = test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment