Changeset 15548


Ignore:
Timestamp:
2008-05-16T16:00:37+12:00 (16 years ago)
Author:
mdewsnip
Message:

Added a big temporary if statement around the whole of the Makefile so it won't do anything unless "--enable-corba" has been provided.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/corba/Makefile.in

    r15472 r15548  
     1USE_CORBA = @USE_CORBA@
     2ifneq ($(USE_CORBA), 0)
     3
     4
     5
    16# FROM LIB
    27
     
    2934
    3035
    31 ifneq ($(USE_CORBA), 0)
    3236CORBAHEADERS = \
    3337  corbaconv_text_t.h corbatext_t.h
     
    5357# ===========================================================================================
    5458#   CORBA SUPPORT
    55 
    56 USE_CORBA = @USE_CORBA@
    5759
    5860MCFLAGS = @CFLAGS@ -Wall -Wunused
     
    164166    @echo -e building corbarecptldd:
    165167    $(MLINK)  $(CORBARECPT_OBJS)  $(MLIBS)
     168
     169endif
Note: See TracChangeset for help on using the changeset viewer.