~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to base.make.in

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  FND_LIBS = -lgnustep-base
43
43
  FND_DEFINE = -DGNUSTEP_BASE_LIBRARY=1
44
44
  GNUSTEP_DEFINE = -DGNUSTEP
45
 
  # If gc=yes was passed, use the appropriate library and defines
46
 
  ifeq ($(gc), yes)
47
 
    AUXILIARY_CPPFLAGS += -DGS_WITH_GC=1
48
 
    AUXILIARY_INCLUDE_DIRS += -I/usr/include/gc
49
 
  endif
50
45
endif
51
46
 
52
47
  GNUSTEP_BASE_HAVE_GNUTLS=@HAVE_GNUTLS@