demo/pwm: Bug fix - should have called comedi_close()
[comedilib.git] / swig / Makefile.am
1
2 if HAVE_PYTHON
3 python_subdirs = python
4 else
5 python_subdirs = 
6 endif
7
8 if HAVE_RUBY
9 ruby_subdirs = ruby
10 else
11 ruby_subdirs = 
12 endif
13
14 DIST_SUBDIRS = python ruby
15
16 SUBDIRS = $(python_subdirs) $(ruby_subdirs)
17
18 EXTRA_DIST = comedi.i
19