summaryrefslogtreecommitdiff
path: root/libudffs/Makefile.am
blob: 2e829be2c521c3c5769d965b3bd943fc981fe154 (plain)
1
2
3
4
5
noinst_LTLIBRARIES     = libudffs.la
libudffs_la_SOURCES = crc.c extent.c misc.c unicode.c ../include/libudffs.h ../include/ecma_167.h ../include/osta_udf.h ../include/udf_endian.h ../include/bswap.h
libudffs_la_LIBADD = @LTLIBOBJS@

AM_CPPFLAGS = -I$(top_srcdir)/include