Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.
[debian/gnuradio] / gr-wxgui / src / python / plotter / Makefile.am
index ada5067947298814b95b81bb3cd47029ebdecd55..d00f0a425651453333963fdb02fecd62b6d8711c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004,2005,2008 Free Software Foundation, Inc.
+# Copyright 2004,2005,2008,2009 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -30,8 +30,11 @@ ourlibdir    = $(grpyexecdir)/wxgui/plotter
 
 ourpython_PYTHON =                     \
        __init__.py                     \
+       bar_plotter.py          \
        channel_plotter.py              \
+       common.py                       \
        gltext.py                       \
+       grid_plotter_base.py    \
        plotter_base.py                 \
        waterfall_plotter.py