Show
Ignore:
Timestamp:
05/31/07 22:54:44 (2 years ago)
Author:
dsmith
Message:

Create dev branch (currently contains experimental python plugins)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dev/defs.mak.in

    r72 r118  
    2424COMMON = @abs_top_builddir@/common 
    2525 
    26 CWIID_CONFIG_DIR = $(DESTDIR)/@CWIID_CONFIG_DIR@ 
    27 CWIID_PLUGINS_DIR = $(DESTDIR)/@CWIID_PLUGINS_DIR@ 
     26ifdef DESTDIR 
     27        ROOTDIR = $(DESTDIR:%/=%) 
     28endif 
     29 
     30CWIID_CONFIG_DIR = $(ROOTDIR)@CWIID_CONFIG_DIR@ 
     31CWIID_PLUGINS_DIR = $(ROOTDIR)@CWIID_PLUGINS_DIR@ 
    2832 
    2933DEBUGFLAGS = -g