Commit bae32229 authored by Youness Alaoui's avatar Youness Alaoui

No more need for linking with liblocal

parent ae5a205c
...@@ -12,13 +12,11 @@ lib_LTLIBRARIES = libnice.la ...@@ -12,13 +12,11 @@ lib_LTLIBRARIES = libnice.la
libnice_la_SOURCES = libnice_la_SOURCES =
libnice_la_DEPENDENCIES = \ libnice_la_DEPENDENCIES = \
../local/liblocal.la \
../agent/libagent.la \ ../agent/libagent.la \
libnice.sym libnice.sym
libnice_la_LIBADD = \ libnice_la_LIBADD = \
$(GLIB_LIBS) \ $(GLIB_LIBS) \
../local/liblocal.la \
../agent/libagent.la ../agent/libagent.la
libnice_la_LDFLAGS = \ libnice_la_LDFLAGS = \
......
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