Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv6739/libntfs
Modified Files:
Makefile.in
Log Message:
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/Makefile.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- Makefile.in 24 Apr 2002 23:47:42 -0000 1.18
+++ Makefile.in 25 Apr 2002 07:50:34 -0000 1.19
@@ -97,11 +97,20 @@
LTVERSION = 4:0:0
-@DEBUG_TRUE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall
-@DEBUG_FALSE@AM_CFLAGS = -D_FILE_OFFSET_BITS=64
+@DEBUG_TRUE@AM_CFLAGS = @DEBUG_TRUE@-D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall
+@DEBUG_FALSE@AM_CFLAGS = @DEBUG_FALSE@-D_FILE_OFFSET_BITS=64
linux_ntfsincludedir = -I$(top_srcdir)/include
lib_LTLIBRARIES = libntfs.la
libntfs_la_LDFLAGS = -version-info $(LTVERSION)
-libntfs_la_SOURCES = attrib.c bootsect.c debug.c disk_io.c inode.c mft.c mst.c unistr.c volume.c
+libntfs_la_SOURCES = \
+ attrib.c \
+ bootsect.c \
+ debug.c \
+ disk_io.c \
+ inode.c \
+ mft.c \
+ mst.c \
+ unistr.c \
+ volume.c
|