commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9679 - in gnuradio/branches/developers/trondeau/qtgui


From: trondeau
Subject: [Commit-gnuradio] r9679 - in gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src: lib python
Date: Mon, 29 Sep 2008 21:58:20 -0600 (MDT)

Author: trondeau
Date: 2008-09-29 21:58:18 -0600 (Mon, 29 Sep 2008)
New Revision: 9679

Added:
   gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/python/__init__.py
Modified:
   gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am
   gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/python/Makefile.am
Log:
changing how __init__.py function is provided for qtgui

Modified: 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am    
2008-09-30 00:36:42 UTC (rev 9678)
+++ gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/lib/Makefile.am    
2008-09-30 03:58:18 UTC (rev 9679)
@@ -135,7 +135,3 @@
 dist-hook:
        @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
        @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done
-
-# Build an empty __init__.py file to enable qtgui as a module
-install-exec-hook:
-       touch ${grpythondir}/qtgui/__init__.py

Modified: 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/python/Makefile.am
===================================================================
--- gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/python/Makefile.am 
2008-09-30 00:36:42 UTC (rev 9678)
+++ gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/python/Makefile.am 
2008-09-30 03:58:18 UTC (rev 9679)
@@ -25,4 +25,9 @@
        qttest_f.py                     \
        qttest_c.py             
 
+qtguipythondir = $(grpythondir)/qtgui
+
+qtguipython_PYTHON =                   \
+       __init__.py
+
 CLEANFILES = *.pyc *.pyo

Added: 
gnuradio/branches/developers/trondeau/qtgui/gr-qtgui/src/python/__init__.py
===================================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]