Ticket #56813: libntfs-3g_Makefile.in.patch
File libntfs-3g_Makefile.in.patch, 768 bytes (added by jmroot (Joshua Root), 6 years ago) |
---|
-
libntfs-3g/Makefile.in
old new 380 380 @INSTALL_LIBRARY_TRUE@lib_LTLIBRARIES = libntfs-3g.la 381 381 @INSTALL_LIBRARY_TRUE@pkgconfig_DATA = libntfs-3g.pc 382 382 @INSTALL_LIBRARY_FALSE@noinst_LTLIBRARIES = libntfs-3g.la 383 libntfs_3g_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g384 libntfs_3g_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBNTFS_CPPFLAGS) 383 libntfs_3g_la_CFLAGS = $(AM_CFLAGS) 384 libntfs_3g_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBNTFS_CPPFLAGS) -I$(top_srcdir)/include/ntfs-3g 385 385 libntfs_3g_la_LIBADD = $(LIBNTFS_LIBS) 386 386 libntfs_3g_la_LDFLAGS = -version-info $(LIBNTFS_3G_VERSION) -no-undefined 387 387 libntfs_3g_la_SOURCES = acls.c attrib.c attrlist.c bitmap.c bootsect.c \