diff options
| author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 | 
|---|---|---|
| committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 | 
| commit | cbaa7cfa93893876e4fd8794b6ea39f4d245b6b5 (patch) | |
| tree | e15fcee68b93793ef5654e09c214150e9d3ce248 /foreign/openpgm | |
| parent | 8e61b98c5e2943b149c825310b24e714a6127072 (diff) | |
Imported Upstream version 2.1.6upstream/2.1.6
Diffstat (limited to 'foreign/openpgm')
| -rw-r--r-- | foreign/openpgm/Makefile.in | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/foreign/openpgm/Makefile.in b/foreign/openpgm/Makefile.in index 5d5fe7b..2171fac 100644 --- a/foreign/openpgm/Makefile.in +++ b/foreign/openpgm/Makefile.in @@ -153,6 +153,8 @@ OBJDUMP = @OBJDUMP@  OBJEXT = @OBJEXT@  OTOOL = @OTOOL@  OTOOL64 = @OTOOL64@ +OpenPGM_CFLAGS = @OpenPGM_CFLAGS@ +OpenPGM_LIBS = @OpenPGM_LIBS@  PACKAGE = @PACKAGE@  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  PACKAGE_NAME = @PACKAGE_NAME@ @@ -161,6 +163,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@  PACKAGE_URL = @PACKAGE_URL@  PACKAGE_VERSION = @PACKAGE_VERSION@  PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@  RANLIB = @RANLIB@  SED = @SED@  SET_MAKE = @SET_MAKE@ @@ -175,8 +180,6 @@ abs_top_srcdir = @abs_top_srcdir@  ac_ct_CC = @ac_ct_CC@  ac_ct_CXX = @ac_ct_CXX@  ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -ac_zmq_have_asciidoc = @ac_zmq_have_asciidoc@ -ac_zmq_have_xmlto = @ac_zmq_have_xmlto@  am__include = @am__include@  am__leading_dot = @am__leading_dot@  am__quote = @am__quote@ @@ -205,6 +208,8 @@ infodir = @infodir@  install_sh = @install_sh@  libdir = @libdir@  libexecdir = @libexecdir@ +libzmq_have_asciidoc = @libzmq_have_asciidoc@ +libzmq_have_xmlto = @libzmq_have_xmlto@  localedir = @localedir@  localstatedir = @localstatedir@  lt_ECHO = @lt_ECHO@ | 
