Commit 8bd96ce0 authored by Kai Vehmanen's avatar Kai Vehmanen

Fixed build time dependencies from nice towards submodules agent and local.

darcs-hash:20070918151504-77cd4-48129431acc07e2b938c52907cbc215183bd63b4.gz
parent ac45c52a
...@@ -11,11 +11,15 @@ include $(top_srcdir)/common.mk ...@@ -11,11 +11,15 @@ include $(top_srcdir)/common.mk
lib_LTLIBRARIES = libnice.la lib_LTLIBRARIES = libnice.la
libnice_la_SOURCES = libnice_la_SOURCES =
libnice_la_DEPENDENCIES = libnice.sym libnice_la_DEPENDENCIES = \
../local/liblocal.la \
../agent/libagent.la \
libnice.sym
libnice_la_LIBADD = \ libnice_la_LIBADD = \
$(top_builddir)/local/liblocal.la \ $(GLIB_LIBS) \
$(top_builddir)/agent/libagent.la ../local/liblocal.la \
../agent/libagent.la
libnice_la_LDFLAGS = \ libnice_la_LDFLAGS = \
-export-symbols $(srcdir)/libnice.sym \ -export-symbols $(srcdir)/libnice.sym \
......
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