summaryrefslogtreecommitdiffstats
path: root/libjava/libltdl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/libltdl/Makefile.in')
-rw-r--r--libjava/libltdl/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/libjava/libltdl/Makefile.in b/libjava/libltdl/Makefile.in
index f1cebf6343e..b64463e6be4 100644
--- a/libjava/libltdl/Makefile.in
+++ b/libjava/libltdl/Makefile.in
@@ -62,6 +62,7 @@ host_triplet = @host@
AS = @AS@
CC = @CC@
DLLTOOL = @DLLTOOL@
+GCINCS = @GCINCS@
LIBADD_DL = @LIBADD_DL@
LIBTOOL = @LIBTOOL@
LIBTOOL_DEPS = @LIBTOOL_DEPS@
@@ -75,6 +76,8 @@ VERSION = @VERSION@
AUTOMAKE_OPTIONS = no-dependencies foreign
+INCLUDES = $(GCINCS)
+
@INSTALL_LTDL_TRUE@include_HEADERS = \
@INSTALL_LTDL_TRUE@ltdl.h
@INSTALL_LTDL_TRUE@lib_LTLIBRARIES = \
@@ -114,8 +117,9 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
-DIST_COMMON = README ./stamp-h.in COPYING.LIB Makefile.am Makefile.in \
-acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in
+DIST_COMMON = README ./stamp-h.in COPYING.LIB ChangeLog Makefile.am \
+Makefile.in acconfig.h acinclude.m4 aclocal.m4 config.h.in configure \
+configure.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
OpenPOWER on IntegriCloud