summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-05 15:44:12 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-05 15:55:00 -0500
commitb7264ba94e8659da6ab73b0d1c7c0391de8f9cc8 (patch)
tree67b0fbe0afcea2e77c921e7af5e76a7c62fb5156 /nice
parentc4020daf67a30e2795daedae65c5f7e7349595a1 (diff)
downloadlibnice-b7264ba94e8659da6ab73b0d1c7c0391de8f9cc8.tar.gz
Change the top_srcdir and ../ directories from Makefile.am to use top_builddir where needed
Diffstat (limited to 'nice')
-rw-r--r--nice/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/nice/Makefile.am b/nice/Makefile.am
index 25dc845..bdd2d4e 100644
--- a/nice/Makefile.am
+++ b/nice/Makefile.am
@@ -12,12 +12,12 @@ lib_LTLIBRARIES = libnice.la
libnice_la_SOURCES =
libnice_la_DEPENDENCIES = \
- ../agent/libagent.la \
+ $(top_builddir)/agent/libagent.la \
libnice.sym
libnice_la_LIBADD = \
$(GLIB_LIBS) \
- ../agent/libagent.la
+ $(top_builddir)/agent/libagent.la
libnice_la_LDFLAGS = \
-export-symbols $(srcdir)/libnice.sym \