mirror of
https://github.com/phatina/simple-mtpfs
synced 2024-12-26 16:42:54 +00:00
fix build issues on older gnu/g++ compilers
This commit is contained in:
parent
0a1f8d1396
commit
af28572264
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user