mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Define GNUSTEP_BASE_HAVE_LIBXML so that gnustep-make knows if it's the
case or not git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eb0e9d0e2d
commit
699f272f75
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ ifeq ($(FOUNDATION_LIB),gnu)
|
|||
GNUSTEP_BASE_MINOR_VERSION = @MINOR_VERSION@
|
||||
GNUSTEP_BASE_SUBMINOR_VERSION = @SUBMINOR_VERSION@
|
||||
|
||||
GNUSTEP_BASE_HAVE_LIBXML=@HAVE_LIBXML@
|
||||
|
||||
FND_LDFLAGS =
|
||||
FND_LIBS = -lgnustep-base
|
||||
FND_DEFINE = -DGNUSTEP_BASE_LIBRARY=1
|
||||
|
|
Loading…
Reference in a new issue