summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen/Makefile.am')
-rw-r--r--Build/source/utils/pdfopen/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/utils/pdfopen/Makefile.am b/Build/source/utils/pdfopen/Makefile.am
deleted file mode 100644
index 227bacf38db..00000000000
--- a/Build/source/utils/pdfopen/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-## Makefile.am for the TeX Live subdirectory utils/pdfopen/
-##
-## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-ACLOCAL_AMFLAGS = -I ../../m4
-
-AM_CFLAGS = $(WARNING_CFLAGS)
-INCLUDES = $(X_CFLAGS)
-
-LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
-
-bin_PROGRAMS = pdfopen pdfclose
-
-pdfopen_SOURCES = pdfopen.c sendx.c sendx.h
-
-pdfclose_SOURCES = pdfclose.c sendx.c sendx.h
-
-EXTRA_DIST = xpdfopen.pdf xpdfopen.tex
-