summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/partitions/Makefile.am
blob: e18c81e5b77ff00de41d4299cdb5dc0ec1fff209 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include $(top_srcdir)/config/include-Makefile.am

AM_CPPFLAGS += -I$(ul_libblkid_srcdir)
libblkid_partitions_la_LIBADD =

noinst_LTLIBRARIES = libblkid_partitions.la
libblkid_partitions_la_SOURCES = partitions.c \
				partitions.h \
				blkid_parttypes.h \
				aix.c \
				aix.h \
				bsd.c \
				unixware.c \
				solaris_x86.c \
				sun.c \
				sgi.c \
				mac.c \
				dos.c \
				dos.h \
				minix.c \
				gpt.c