~vcs-imports/jackmixer/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: nedko
  • Date: 2007-05-16 21:13:41 UTC
  • Revision ID: vcs-imports@canonical.com-20070516211341-ler8mydtdd6va8fy
 * Move scales to C
 * float->double at SWIG boundary (SWIG does not handle infinities stored in floats)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
CLEANFILES = jack_mixer_c.py jack_mixer_wrap.c *.pyc
39
39
EXTRA_DIST = test.py gpl.txt jack_mixer.schemas jack_mixer.py jack_mixer_c.py
40
40
 
41
 
_jack_mixer_c_la_SOURCES = jack_mixer.c jack_mixer.h list.h jack_mixer_wrap.c memory_atomic.c memory_atomic.h log.h log.c
 
41
_jack_mixer_c_la_SOURCES = jack_mixer.c jack_mixer.h list.h jack_mixer_wrap.c memory_atomic.c memory_atomic.h log.h log.c scale.c
42
42
 
43
43
bin_SCRIPTS = $(srcdir)/jack_mixer.py
44
44