parent
7bd2f3f8d5
commit
a2e4ff7cb6
|
@ -71,7 +71,7 @@ libntfs_gnomevfs_la_SOURCES = \
|
|||
|
||||
man_MANS = libntfs-gnomevfs.8
|
||||
|
||||
INCLUDES = $(linux_ntfsincludedir) $(all_includes)
|
||||
AM_CPPFLAGS = $(linux_ntfsincludedir) $(all_includes)
|
||||
|
||||
EXTRA_DIST = unix_io.c win32_io.c libntfs.conf.in
|
||||
|
||||
|
|
|
@ -217,7 +217,7 @@ libntfs_gnomevfs_la_SOURCES = \
|
|||
|
||||
man_MANS = libntfs-gnomevfs.8
|
||||
|
||||
INCLUDES = $(linux_ntfsincludedir) $(all_includes)
|
||||
AM_CPPFLAGS = $(linux_ntfsincludedir) $(all_includes)
|
||||
|
||||
EXTRA_DIST = unix_io.c win32_io.c libntfs.conf.in
|
||||
subdir = libntfs
|
||||
|
|
|
@ -25,7 +25,7 @@ CLEANFILES = $(EXTRA_PROGRAMS)
|
|||
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
|
||||
|
||||
# Set the include path.
|
||||
INCLUDES = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
|
||||
ntfsfix_SOURCES = ntfsfix.c
|
||||
ntfsfix_LDADD = $(AM_LIBS)
|
||||
|
|
|
@ -146,10 +146,10 @@ target_alias = @target_alias@
|
|||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
@REALLYSTATIC_FALSE@AM_LIBS = $(top_srcdir)/libntfs/libntfs.la
|
||||
@REALLYSTATIC_TRUE@AM_LIBS = $(top_srcdir)/libntfs/.libs/libntfs.a
|
||||
@REALLYSTATIC_FALSE@AM_LFLAGS = $(all_libraries)
|
||||
@REALLYSTATIC_FALSE@AM_LIBS = $(top_srcdir)/libntfs/libntfs.la
|
||||
@REALLYSTATIC_TRUE@AM_LFLAGS = -static
|
||||
@REALLYSTATIC_FALSE@AM_LFLAGS = $(all_libraries)
|
||||
@REALLYSTATIC_TRUE@STATIC_LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
@REALLYSTATIC_FALSE@LIBTOOL_LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
|
@ -171,7 +171,7 @@ CLEANFILES = $(EXTRA_PROGRAMS)
|
|||
linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs
|
||||
|
||||
# Set the include path.
|
||||
INCLUDES = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include/ntfs $(all_includes)
|
||||
|
||||
ntfsfix_SOURCES = ntfsfix.c
|
||||
ntfsfix_LDADD = $(AM_LIBS)
|
||||
|
|
Loading…
Reference in New Issue