summaryrefslogtreecommitdiff
path: root/Build/source/utils/lcdf-typetools/t1reencode/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/lcdf-typetools/t1reencode/Makefile.am')
-rw-r--r--Build/source/utils/lcdf-typetools/t1reencode/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/utils/lcdf-typetools/t1reencode/Makefile.am b/Build/source/utils/lcdf-typetools/t1reencode/Makefile.am
new file mode 100644
index 00000000000..8dcf9da887d
--- /dev/null
+++ b/Build/source/utils/lcdf-typetools/t1reencode/Makefile.am
@@ -0,0 +1,16 @@
+## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = foreign
+
+bin_PROGRAMS = t1reencode
+man_MANS = t1reencode.1
+
+t1reencode_SOURCES = md5.c md5.h \
+ t1reencode.cc \
+ util.cc util.hh
+
+t1reencode_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a
+
+INCLUDES = -I$(top_srcdir)/include
+CLEANFILES = @TEMPLATE_OBJS@
+
+EXTRA_DIST = t1reencode.1