diff options
Diffstat (limited to 'Build/source/utils/xpdfopen/Makefile.am')
-rw-r--r-- | Build/source/utils/xpdfopen/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/utils/xpdfopen/Makefile.am b/Build/source/utils/xpdfopen/Makefile.am index 0e1a2e6909a..56c8350f6e7 100644 --- a/Build/source/utils/xpdfopen/Makefile.am +++ b/Build/source/utils/xpdfopen/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory utils/xpdfopen/ ## -## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -12,7 +12,7 @@ LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) bin_PROGRAMS = pdfopen pdfclose -common_sources = sendx.c sendx.h utils.c utils.h xpdfopen.h +common_sources = externs.h sendx.c sendx.h utils.c utils.h xpdfopen.h pdfopen_SOURCES = pdfopen.c $(common_sources) @@ -31,7 +31,5 @@ uninstall-hook: uninstall-man1-links EXTRA_DIST = xpdfopen.pdf xpdfopen.tex -EXTRA_DIST += pdfopen-AR-7-and-8.c - EXTRA_DIST += Makefile.am.orig configure.ac.orig |