Ignore:
Timestamp:
Jan 1, 2015 2:52:13 PM (9 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/r9/pkgs/readpoints/Makefile.in

    r4912 r4914  
    2222MKDIR_P         = @MKDIR_P@
    2323RANLIB          = @RANLIB@
    24 RAPPTURE_VERSION= @RAPPTURE_VERSION@
     24VERSION         = @RAPPTURE_VERSION@
    2525RM              = rm -f
    2626SHELL           = @SHELL@
     
    4444                $(TK_LIB_SPEC)
    4545
    46 DEFINES =       -DRAPPTURE_VERSION=\"$(RAPPTURE_VERSION)\"
     46DEFINES =       -DRAPPTURE_VERSION=\"$(VERSION)\"
    4747
    4848CDEBUGFLAGS =   -g -Wall
     
    5151                readPoints.o
    5252
    53 name        = RapptureReadPoints$(version)
     53name        = RapptureReadPoints$(VERSION)
    5454libname     = $(name)
    5555lib         = $(libname)$(SHLIB_SUFFIX)
Note: See TracChangeset for help on using the changeset viewer.