diff options
Diffstat (limited to 'contrib/decode_tm6000/Makefile.am')
-rw-r--r-- | contrib/decode_tm6000/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/decode_tm6000/Makefile.am b/contrib/decode_tm6000/Makefile.am index ac4e85e5..863933cc 100644 --- a/contrib/decode_tm6000/Makefile.am +++ b/contrib/decode_tm6000/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = decode_tm6000 decode_tm6000_SOURCES = decode_tm6000.c -decode_tm6000_LDADD = ../libv4l2util/libv4l2util.la +decode_tm6000_LDADD = ../../utils/libv4l2util/libv4l2util.la decode_tm6000_LDFLAGS = $(ARGP_LIBS) |