Ignore:
Timestamp:
Jul 14, 2010 8:04:17 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1270 r1825  
    3030LIB_SEARCH_DIRS = @LIB_SEARCH_DIRS@
    3131CFLAGS          = @CFLAGS@
     32DX_LIB_SPEC     = @DX_LIB_SPEC@
     33DX_INC_SPEC     = @DX_INC_SPEC@
    3234
    3335CC_SWITCHES     = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES)
     
    5658                RpBufferCInterface.h \
    5759                RpDict.h \
    58                 RpDXWriter.h \
    59                 RpDXWriterFInterface.h \
    60                 RpDXWriterFStubs.h \
    6160                RpEncode.h \
    6261                RpEntityRef.h \
     
    7978                RpUtilsFStubs.h \
    8079                rappture.h
     80
    8181
    8282SCEW_HEADERS    = \
     
    124124                RpBuffer.o \
    125125                RpBufferCInterface.o \
    126                 RpDXWriter.o \
    127                 RpDXWriterFInterface.o \
    128126                RpEncode.o \
    129127                RpEntityRef.o \
     
    145143                $(SCEW_OBJS) \
    146144                $(B64_OBJS)
     145
     146ifneq ($(DX_INC_SPEC),)
     147HEADERS +=      \
     148                RpDXWriter.h \
     149                RpDXWriterFInterface.h \
     150                RpDXWriterFStubs.h
     151OBJS +=         \
     152                RpDXWriter.o \
     153                RpDXWriterFInterface.o
     154endif
    147155
    148156name        = rappture
Note: See TracChangeset for help on using the changeset viewer.