summaryrefslogtreecommitdiff
path: root/stun/tools/Makefile.am
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 /stun/tools/Makefile.am
parentc4020daf67a30e2795daedae65c5f7e7349595a1 (diff)
downloadlibnice-b7264ba94e8659da6ab73b0d1c7c0391de8f9cc8.tar.gz
Change the top_srcdir and ../ directories from Makefile.am to use top_builddir where needed
Diffstat (limited to 'stun/tools/Makefile.am')
-rw-r--r--stun/tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/stun/tools/Makefile.am b/stun/tools/Makefile.am
index ea24b3f..48fc0a5 100644
--- a/stun/tools/Makefile.am
+++ b/stun/tools/Makefile.am
@@ -16,10 +16,10 @@ bin_PROGRAMS = stunbdc stund
check_PROGRAMS = stund
stund_SOURCES = stund.c stund.h
-stund_LDADD = ../libstun.la
+stund_LDADD = $(top_builddir)/stun/libstun.la
stunbdc_SOURCES = stunbdc.c
-stunbdc_LDADD = ../libstun.la
+stunbdc_LDADD = $(top_builddir)/stun/libstun.la