Skip to content

Commit

Permalink
tools: Use $(top_builddir) instead of relative path to fix out of tre…
Browse files Browse the repository at this point in the history
…e build
  • Loading branch information
FunkyM committed May 9, 2014
1 parent 2327678 commit 7b1acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bin_PROGRAMS = iproxy
iproxy_SOURCES = iproxy.c
iproxy_CFLAGS = $(AM_CFLAGS)
iproxy_LDFLAGS = $(AM_LDFLAGS)
iproxy_LDADD = ../src/libusbmuxd.la
iproxy_LDADD = $(top_builddir)/src/libusbmuxd.la

0 comments on commit 7b1acb2

Please sign in to comment.