mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-07 06:43:02 +03:00
add #undef HAVE_DLFCN_H
2001-07-13 Peter Williams <peterw@ximian.com> * config.h.in: add #undef HAVE_DLFCN_H * example/Makefile.am (INCLUDES): Compile fix when srcdir != builddir.
This commit is contained in:
committed by
Peter Williams
parent
73b36e35ca
commit
ed156f58bd
@@ -1,3 +1,10 @@
|
|||||||
|
2001-07-13 Peter Williams <peterw@ximian.com>
|
||||||
|
|
||||||
|
* config.h.in: add #undef HAVE_DLFCN_H
|
||||||
|
|
||||||
|
* example/Makefile.am (INCLUDES): Compile fix when srcdir !=
|
||||||
|
builddir.
|
||||||
|
|
||||||
Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
* win32/libxml2/libxml2.def.src: added a couple of exported entries
|
* win32/libxml2/libxml2.def.src: added a couple of exported entries
|
||||||
|
@@ -91,6 +91,9 @@
|
|||||||
/* Define if you have the <dirent.h> header file. */
|
/* Define if you have the <dirent.h> header file. */
|
||||||
#undef HAVE_DIRENT_H
|
#undef HAVE_DIRENT_H
|
||||||
|
|
||||||
|
/* Define if you have the <dlfcn.h> header file. */
|
||||||
|
#undef HAVE_DLFCN_H
|
||||||
|
|
||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
#undef HAVE_ERRNO_H
|
#undef HAVE_ERRNO_H
|
||||||
|
|
||||||
|
@@ -4,6 +4,7 @@ noinst_PROGRAMS = gjobread
|
|||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_builddir) -I$(top_srcdir) \
|
-I$(top_builddir) -I$(top_srcdir) \
|
||||||
|
-I$(top_builddir)/include \
|
||||||
-I$(top_srcdir)/include -I@srcdir@
|
-I$(top_srcdir)/include -I@srcdir@
|
||||||
|
|
||||||
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm
|
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm
|
||||||
|
Reference in New Issue
Block a user