mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 21:43:34 -04:00
fix
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-02-03 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix compilation when build directory is different from source
|
||||
directory. Reported by Frédéric L. W. Meunier
|
||||
|
||||
2006-02-02 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix even bigger bug introduced in fix for request_end() on
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll
|
||||
|
||||
fusexmp_SOURCES = fusexmp.c
|
||||
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
lib_LTLIBRARIES = libfuse.la
|
||||
|
||||
if BSD
|
||||
@@ -23,6 +24,6 @@ libfuse_la_SOURCES = \
|
||||
$(mount_source)
|
||||
|
||||
libfuse_la_LDFLAGS = $(libfuse_libs) -version-number 2:6:0 \
|
||||
-Wl,--version-script,fuse_versionscript
|
||||
-Wl,--version-script,$(srcdir)/fuse_versionscript
|
||||
|
||||
EXTRA_DIST = fuse_versionscript
|
||||
|
||||
Reference in New Issue
Block a user