We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1c93e commit 2df1949Copy full SHA for 2df1949
tools/lmfuse/Makefile.am
@@ -1,4 +1,4 @@
1
bin_PROGRAMS = lmfuse
2
3
-lmfuse_CPPFLAGS = $(fuse_CFLAGS)
4
-lmfuse_LDFLAGS = $(fuse_LIBS)
+lmfuse_CFLAGS = $(fuse_CFLAGS)
+lmfuse_LDADD = $(fuse_LIBS)
0 commit comments