Revision: 4476
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4476&view=rev
Author:   cmoad
Date:     2007-11-27 18:24:40 -0800 (Tue, 27 Nov 2007)

Log Message:
-----------
CXX/WrapPython.h was missing from sdist build

Modified Paths:
--------------
    trunk/matplotlib/setupext.py

Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py        2007-11-28 01:33:15 UTC (rev 4475)
+++ trunk/matplotlib/setupext.py        2007-11-28 02:24:40 UTC (rev 4476)
@@ -980,6 +980,7 @@
     deps = ['src/ft2font.cpp', 'src/mplutils.cpp']
     deps.extend(glob.glob('CXX/*.cxx'))
     deps.extend(glob.glob('CXX/*.c'))
+    deps.extend(glob.glob('CXX/*.h'))
 
     module = Extension('matplotlib.ft2font', deps)
     add_ft2font_flags(module)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to