~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to libblkid/src/superblocks/Makefile.am

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/config/include-Makefile.am
 
2
 
 
3
AM_CPPFLAGS += -I$(ul_libblkid_incdir) -I$(ul_libblkid_srcdir)
 
4
 
 
5
noinst_LTLIBRARIES = libblkid_superblocks.la
 
6
libblkid_superblocks_la_SOURCES = \
 
7
                        superblocks.h \
 
8
                        superblocks.c \
 
9
                        cramfs.c \
 
10
                        swap.c \
 
11
                        adaptec_raid.c \
 
12
                        ddf_raid.c \
 
13
                        isw_raid.c \
 
14
                        jmicron_raid.c \
 
15
                        lsi_raid.c \
 
16
                        nvidia_raid.c \
 
17
                        promise_raid.c \
 
18
                        silicon_raid.c \
 
19
                        via_raid.c \
 
20
                        linux_raid.c \
 
21
                        jfs.c \
 
22
                        xfs.c \
 
23
                        ext.c \
 
24
                        gfs.c \
 
25
                        ocfs.c \
 
26
                        reiserfs.c \
 
27
                        romfs.c \
 
28
                        ntfs.c \
 
29
                        hfs.c \
 
30
                        iso9660.c \
 
31
                        udf.c \
 
32
                        vfat.c \
 
33
                        luks.c \
 
34
                        highpoint_raid.c \
 
35
                        vxfs.c \
 
36
                        minix.c \
 
37
                        ufs.c \
 
38
                        hpfs.c \
 
39
                        squashfs.c \
 
40
                        netware.c \
 
41
                        sysv.c \
 
42
                        btrfs.c \
 
43
                        lvm.c \
 
44
                        zfs.c \
 
45
                        ubifs.c \
 
46
                        bfs.c \
 
47
                        drbd.c \
 
48
                        vmfs.c \
 
49
                        befs.c \
 
50
                        nilfs.c \
 
51
                        exfat.c