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

noinst_LTLIBRARIES	= libhfs.la
libhfs_la_SOURCES	= hfs.c hfs.h \
			  probe.c probe.h \
			  cache.c cache.h \
			  advfs.c advfs.h \
			  file.c file.h \
			  reloc.c reloc.h \
			  advfs_plus.c advfs_plus.h \
			  file_plus.c file_plus.h \
			  reloc_plus.c reloc_plus.h \
			  journal.c journal.h

INCLUDES = $(partedincludedir) @INTLINCS@