Changeset 131

Show
Ignore:
Timestamp:
06/28/07 18:29:55 (2 years ago)
Author:
dsmith
Message:

python uninstall

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r130 r131  
    1 2007-06-27 L. Donnie Smith <cwiid@abstrakraft.org> 
     12007-06-28 L. Donnie Smith <cwiid@abstrakraft.org> 
     2        libcwiid 
     3        * changed version 
     4 
     5        python 
     6        * implemented uninstall 
     7 
    28        wminput 
    39        * rewrote ir_ptr plugin 
    4  
    5         libcwiid 
    6         * changed version 
    710 
    8112007-06-18 L. Donnie Smith <cwiid@abstrakraft.org> 
  • trunk/python/Makefile.in

    r127 r131  
    11#Copyright (C) 2007 Justin M. Tulloss 
    2  
    3 #TODO: Fix /usr/local path issue 
    42 
    53include @top_builddir@/defs.mak 
     
    1614 
    1715uninstall: 
     16        rm -f $(ROOTDIR)${prefix}/lib/python@PYTHON_VERSION@/site-packages/cwiid.so 
    1817 
    1918clean: