fix build issues on older gnu/g++ compilers

This commit is contained in:
Peter Hatina 2013-01-09 18:09:47 +01:00
parent 0a1f8d1396
commit af28572264
1 changed files with 1 additions and 1 deletions

View File

@ -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 \