~reviczky/luatex/luatex-svn

« back to all changes in this revision

Viewing changes to source/libs/mpfr/include/Makefile.am

  • Committer: Adam Reviczky
  • Date: 2015-03-29 18:56:26 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20150329185626-7j7tmwyfpa69lqwo
Revision 5213

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Proxy Makefile.am to install mpfr headers for TeX Live.
 
2
##
 
3
##   Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
 
4
##
 
5
##   This file is free software; the copyright holder
 
6
##   gives unlimited permission to copy and/or distribute it,
 
7
##   with or without modifications, as long as this notice is preserved.
 
8
##
 
9
MPFR_SRC = $(top_srcdir)/$(MPFR_TREE)/src
 
10
 
 
11
hdr_links = \
 
12
        $(MPFR_SRC)/mpfr.h \
 
13
        $(MPFR_SRC)/mpf2mpfr.h
 
14
 
 
15
include $(top_srcdir)/../../am/hdr_links.am
 
16