diff options
Diffstat (limited to 'grapher')
-rw-r--r-- | grapher/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Makefile.in b/grapher/Makefile.in index c608e516..81b81150 100644 --- a/grapher/Makefile.in +++ b/grapher/Makefile.in @@ -169,6 +169,7 @@ PIECFLAGS = @PIECFLAGS@ PIECXXFLAGS = @PIECXXFLAGS@ PIELDFLAGS = @PIELDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ +PUBLICAN_BRAND = @PUBLICAN_BRAND@ RANLIB = @RANLIB@ RPM_CFLAGS = @RPM_CFLAGS@ RPM_LIBS = @RPM_LIBS@ @@ -204,6 +205,7 @@ have_dvips = @have_dvips@ have_latex = @have_latex@ have_latex2html = @have_latex2html@ have_ps2pdf = @have_ps2pdf@ +have_publican = @have_publican@ have_xmlto = @have_xmlto@ host_alias = @host_alias@ htmldir = @htmldir@ |