Ignore:
Timestamp:
Jun 10, 2008, 4:02:22 PM (16 years ago)
Author:
gah
Message:

moved b64 library to rappture core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/Makefile.in

    r1038 r1040  
    3434RANLIB          = @RANLIB@
    3535AR              = ar
    36 VPATH           = $(srcdir):$(srcdir)/scew
     36VPATH           = $(srcdir):$(srcdir)/scew:$(srcdir)/b64
    3737RM              = rm -f
    3838
    3939CDEBUGFLAGS     = -g -Wall
    4040
    41 LIBS            = -lexpat -lz -lb64 -lm -lstdc++
     41LIBS            = -lexpat -lz -lm -lstdc++
    4242
    4343HEADERS = \
     
    7373# Build the scew library directly into Rappture for now. 
    7474# Note: This works because of viewpath-ing. See the VPATH variable.
     75B64_OBJS        = \
     76                cdecode.o \
     77                cencode.o
     78
    7579SCEW_OBJS       = \
    7680                attribute.o \
     
    110114                RpUtilsCInterface.o \
    111115                RpUtilsFInterface.o  \
    112                 $(SCEW_OBJS)
     116                $(SCEW_OBJS) \
     117                $(B64_OBJS)
    113118
    114119name            = rappture
Note: See TracChangeset for help on using the changeset viewer.