~ubuntu-branches/ubuntu/warty/linux-ntfs/warty

« back to all changes in this revision

Viewing changes to include/ntfs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2004-03-12 00:03:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040312000330-xv94ve7yg6bwplwu
Tags: 1.9.0-1
* New upstream release:
  - Merged Debian diff with upstream.
  - Fixed mkntfs for large volumes.
  - Add relocation support to ntfsresize. This modifies the command line
    options a little as well as the returned output so applications using
    ntfsresize might need modifications before they will work with the
    updated ntfsresize.
  - Revamped the build system completely.
  - Provide always own byteswap constant versions in order to avoid the mess
    that some architectures define only some of them (read m68k, ppc,
    mips...).
  - Made the warnings on 64 bit architectures go away.
  - Fixed lots of typos in the documentation.
  - Lots of fixes in general.
* Resolved several FTBFS (Fail To Build From Source) bugs (closes: #226989,
  #234104). With this, all the architectures go in sync again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
linux_ntfsincludedir = $(includedir)/ntfs
 
3
linux_ntfsinclude_HEADERS = \
 
4
        attrib.h                \
 
5
        bitmap.h                \
 
6
        bootsect.h              \
 
7
        compat.h                \
 
8
        compress.h              \
 
9
        debug.h                 \
 
10
        device.h                \
 
11
        device_io.h             \
 
12
        dir.h                   \
 
13
        endians.h               \
 
14
        gnome-vfs-method.h      \
 
15
        gnome-vfs-module.h      \
 
16
        inode.h                 \
 
17
        layout.h                \
 
18
        lcnalloc.h              \
 
19
        list.h                  \
 
20
        logfile.h               \
 
21
        mft.h                   \
 
22
        mst.h                   \
 
23
        runlist.h               \
 
24
        support.h               \
 
25
        types.h                 \
 
26
        unistr.h                \
 
27
        volume.h
 
28