Changeset 1512 for branches/corba


Ignore:
Timestamp:
2000-09-07T09:54:31+12:00 (24 years ago)
Author:
davidb
Message:

Altered MINCLUDE and MLINK to reflect installation of Mico Corba in
the GSLD packages directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/src/recpt/Makefile.in

    r1074 r1512  
    4141           -I../../packages/fcgi/include
    4242endif
    43 MINCLUDES = -I. -I../../lib -I../colservr
     43MINCLUDES = -I. -I../../lib -I../colservr -I../../packages/mico/include
    4444
    4545USE_CORBA = @USE_CORBA@
     
    5959
    6060MCOMPILE = mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    61 MLINK = mico-ld -static $(LDFLAGS) -o $@
     61MLINK = mico-ld -static $(LDFLAGS) -L../../packages/lib -o $@
    6262MLIBS = $(LIBS) -lmico2.2.7                 
    6363
     
    211211
    212212RECPTLIB_OBJECTS = nullproto.o corbaproto.o \
    213                    ../../lib/corbatext_t.o ../../lib/corbaconv_text_t.o
     213                   ../../lib/corbatext_t.o ../../lib/corbaconv_text_t.o \
     214           ../../lib/corbaiface.o
     215
    214216ifneq ($(USE_FASTCGI), 1)
    215217RLIBRARY_OBJS = $(COMMONOBJECTS) $(RECPTLIB_OBJECTS) $(COLSERVROBJECTS) \
Note: See TracChangeset for help on using the changeset viewer.