[Python-checkins] python/dist/src setup.py,1.133,1.134

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 07 Jan 2003 17:23:03 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9284

Modified Files:
	setup.py 
Log Message:
Enable building and testing of ossaudiodev for Linux.

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** setup.py	4 Jan 2003 04:06:56 -0000	1.133
--- setup.py	8 Jan 2003 01:23:01 -0000	1.134
***************
*** 723,726 ****
--- 723,727 ----
              # Linux-specific modules
              exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
+             exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
  
          if platform == 'sunos5':