diff options
Diffstat (limited to 'pith/osdep/Makefile.in')
-rw-r--r-- | pith/osdep/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/osdep/Makefile.in b/pith/osdep/Makefile.in index 8b08c7f9..b88a5a8b 100644 --- a/pith/osdep/Makefile.in +++ b/pith/osdep/Makefile.in @@ -142,6 +142,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ ISPELLPROG = @ISPELLPROG@ +Includedir = @Includedir@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ @@ -232,7 +233,6 @@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ -includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ @@ -242,7 +242,7 @@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ +oldIncludedir = @oldIncludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ |