From af28572264c65c41f3037b65b936196fe595ea8b Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Wed, 9 Jan 2013 18:09:47 +0100 Subject: [PATCH] fix build issues on older gnu/g++ compilers --- src/makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.am b/src/makefile.am index 99ff083..0e174f3 100644 --- a/src/makefile.am +++ b/src/makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = simple-mtpfs simple_mtpfs_CXXFLAGS = -Wall -pedantic $(FUSE_CFLAGS) simple_mtpfs_CPPFLAGS = -DFUSE_USE_VERSION=28 -simple_mtpfs_LDFLAGS = -lmtp $(FUSE_LIBS) +simple_mtpfs_LDADD = $(MTP_LIBS) $(FUSE_LIBS) simple_mtpfs_SOURCES = \ simple-mtpfs-fuse.h \ simple-mtpfs-libmtp.h \