OSDN Git Service

Fix ChangeLog
[android-x86/external-parted.git] / libparted / fs / ext2 / Makefile.am
1 partedincludedir      = -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES    = libext2.la
4 libext2_la_SOURCES    = ext2.c \
5                         ext2.h \
6                         ext2_fs.h \
7                         ext2_block_relocator.c \
8                         ext2_buffer.c \
9                         ext2_inode_relocator.c \
10                         ext2_meta.c \
11                         ext2_mkfs.c \
12                         ext2_resize.c \
13                         interface.c \
14                         parted_io.c \
15                         parted_io.h \
16                         tune.c \
17                         tune.h
18
19 INCLUDES = $(partedincludedir) @INTLINCS@