commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10950 - gnuradio/branches/developers/jcorgan/deb/gr-q


From: jcorgan
Subject: [Commit-gnuradio] r10950 - gnuradio/branches/developers/jcorgan/deb/gr-qtgui/src/lib
Date: Sun, 3 May 2009 14:29:07 -0600 (MDT)

Author: jcorgan
Date: 2009-05-03 14:29:07 -0600 (Sun, 03 May 2009)
New Revision: 10950

Modified:
   gnuradio/branches/developers/jcorgan/deb/gr-qtgui/src/lib/Makefile.am
Log:
Rename libqtgui to libgnuradio-qtgui for consistency

Modified: gnuradio/branches/developers/jcorgan/deb/gr-qtgui/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/gr-qtgui/src/lib/Makefile.am       
2009-05-03 19:25:23 UTC (rev 10949)
+++ gnuradio/branches/developers/jcorgan/deb/gr-qtgui/src/lib/Makefile.am       
2009-05-03 20:29:07 UTC (rev 10950)
@@ -40,10 +40,10 @@
 EXTRA_DIST = spectrumdisplayform.ui
 
 # Build the normal library for C++ apps to link against
-lib_LTLIBRARIES = libqtgui.la
+lib_LTLIBRARIES = libgnuradio-qtgui.la
 
 # These are the source files that go into the shared library
-libqtgui_la_SOURCES =  \
+libgnuradio_qtgui_la_SOURCES =         \
        FrequencyDisplayPlot.cc                 \
        TimeDomainDisplayPlot.cc                \
        WaterfallDisplayPlot.cc                 \
@@ -90,9 +90,9 @@
 endif
 
 # magic flags
-libqtgui_la_LDFLAGS = $(NO_UNDEFINED) -version-info 0:0:0
+libgnuradio_qtgui_la_LDFLAGS = $(NO_UNDEFINED) -version-info 0:0:0
 
-libqtgui_la_LIBADD =           \
+libgnuradio_qtgui_la_LIBADD =          \
        $(GNURADIO_CORE_LA)     \
        -lstdc++                \
        $(QT_LIBS)
@@ -112,7 +112,7 @@
 
 # additional libraries for linking with the SWIG-generated library
 qtgui_la_swig_libadd =         \
-       libqtgui.la
+       libgnuradio-qtgui.la
 
 include $(top_srcdir)/Makefile.swig
 





reply via email to

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