summaryrefslogtreecommitdiff
path: root/libparted/fs/ext2/Makefile.am
blob: f4f202cf02837546eb280bd5a730cb011bf159fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
partedincludedir      =	-I$(top_srcdir)/include

noinst_LTLIBRARIES    =	libext2.la
libext2_la_SOURCES    =	ext2.c \
			ext2.h \
			ext2_fs.h \
			ext2_block_relocator.c \
			ext2_buffer.c \
			ext2_inode_relocator.c \
			ext2_meta.c \
			ext2_mkfs.c \
			ext2_resize.c \
			interface.c \
			parted_io.c \
			parted_io.h \
			tune.c \
			tune.h

INCLUDES = $(partedincludedir) @INTLINCS@