Changeset bb2d26b30a8b224fea2167a2eb881d38cddc0043

Show
Ignore:
Timestamp:
06/29/07 01:29:55 (6 years ago)
Author:
dsmith <dsmith@…>
Children:
cfb368e1db62670a62e73af5ee589e663e9dc999
Parents:
e22657d2358ca51ac50139871c7904b78cdfaf72
git-author:
L. Donnie Smith <donnie.smith@…> (06/29/07 01:29:55)
git-committer:
dsmith <dsmith@…> (06/29/07 01:29:55)
Message:

python uninstall

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@131 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    re22657d rbb2d26b  
    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> 
  • python/Makefile.in

    ra057af3 rbb2d26b  
    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: