summaryrefslogtreecommitdiff
path: root/mkudffs/Makefile.am
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2018-12-28 13:02:37 +0100
committerAndrej Shadura <andrewsh@debian.org>2018-12-28 13:58:40 +0100
commit5c20c7932a35cb792aad928702cc34ebdfcb0f40 (patch)
tree4213bdcc4fbeff3aefa42cab1233370302c2095c /mkudffs/Makefile.am
parent6779fa7c477d1639d3e76f206dbc434a7503e091 (diff)
parentf97eb8990990b7938aecad3f06883f682750a125 (diff)
udftools (2.1-1) unstable; urgency=medium * New upstream release (Closes: #916006) * Update Standards-Version to 4.3.0 * Update to debhelper 11 * Update copyright and signing-key.asc
Diffstat (limited to 'mkudffs/Makefile.am')
-rw-r--r--mkudffs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkudffs/Makefile.am b/mkudffs/Makefile.am
index 8c8ba8d..fc9e54f 100644
--- a/mkudffs/Makefile.am
+++ b/mkudffs/Makefile.am
@@ -1,6 +1,6 @@
sbin_PROGRAMS = mkudffs
mkudffs_LDADD = $(top_builddir)/libudffs/libudffs.la
-mkudffs_SOURCES = main.c mkudffs.c defaults.c file.c options.c mkudffs.h defaults.h file.h options.h ../include/ecma_167.h ../include/osta_udf.h ../include/libudffs.h ../include/udf_endian.h ../include/bswap.h
+mkudffs_SOURCES = main.c mkudffs.c defaults.c file.c options.c mkudffs.h defaults.h file.h options.h ../include/ecma_167.h ../include/osta_udf.h ../include/libudffs.h ../include/bswap.h
AM_CPPFLAGS = -I$(top_srcdir)/include