~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to fswreck/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-01-14 12:46:49 UTC
  • mfrom: (1.1.10 upstream) (0.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110114124649-vbe5qz211f3zxwuf
Tags: 1.6.3-1ubuntu1
* Merge from debian unstable (LP: #703008).  Remaining changes:
  - Fix configure tests for ld --as-needed.
  - Fix build failure with ld --no-add-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
UNINST_PROGRAMS = fswreck
12
12
 
13
 
CFILES = main.c corrupt.c chain.c extent.c group.c inode.c local_alloc.c truncate_log.c special.c symlink.c dir.c journal.c
 
13
CFILES = main.c corrupt.c chain.c extent.c group.c inode.c local_alloc.c truncate_log.c special.c symlink.c dir.c journal.c quota.c refcount.c discontig_bg.c
14
14
 
15
15
HFILES =                        \
16
16
        include/chain.h         \
25
25
        include/group.h         \
26
26
        include/journal.h       \
27
27
        include/main.h          \
28
 
        include/symlink.h
 
28
        include/symlink.h       \
 
29
        include/quota.h         \
 
30
        include/refcount.h      \
 
31
        include/discontig_bg.h
29
32
 
30
33
DIST_FILES = $(CFILES) $(HFILES)
31
34
DIST_RULES = dist-subdircreate