summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/Makefile.am')
-rw-r--r--Build/source/texk/makejvf/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/Build/source/texk/makejvf/Makefile.am b/Build/source/texk/makejvf/Makefile.am
index 628a6580a0c..82498272198 100644
--- a/Build/source/texk/makejvf/Makefile.am
+++ b/Build/source/texk/makejvf/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/makejvfk/
##
-## Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2010, 2012 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -11,7 +11,7 @@ AM_CFLAGS = $(WARNING_CFLAGS)
bin_PROGRAMS = makejvf
makejvf_SOURCES = \
- main.c makejvf.h tfmread.c tool.c write.c
+ main.c makejvf.h tfmread.c tool.c uniblock.c uniblock.h write.c
$(makejvf_OBJECTS): $(KPATHSEA_DEPEND) $(PTEXENC_DEPEND)
@@ -37,8 +37,3 @@ EXTRA_DIST += \
DISTCLEANFILES = min10.vf rml.tfm rmlv.tfm tmin10.vf
-## Eventually delete this file
-##
-EXTRA_DIST += \
- Makefile.orig
-