diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:26 -0600 |
commit | dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch) | |
tree | 03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/plugins/alsa-sound/Makefile.am | |
parent | 48906a623383ab5222541ae048e99dd039b62a9a (diff) | |
download | tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.tar.gz tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/plugins/alsa-sound/Makefile.am')
-rw-r--r-- | tderadio3/plugins/alsa-sound/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderadio3/plugins/alsa-sound/Makefile.am b/tderadio3/plugins/alsa-sound/Makefile.am index a00e32c..dfc2b0b 100644 --- a/tderadio3/plugins/alsa-sound/Makefile.am +++ b/tderadio3/plugins/alsa-sound/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = po icons . INCLUDES = $(all_includes) METASOURCES = AUTO -libkradio_LTLIBRARIES = libalsa-sound.la +libtderadio_LTLIBRARIES = libalsa-sound.la libalsa_sound_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries) noinst_HEADERS = alsa-sound.h alsa-sound-configuration.h alsa-mixer-element.h \ alsa-config-mixer-setting.h @@ -13,8 +13,8 @@ libalsa_sound_la_SOURCES = alsa-sound.cpp alsa-sound-configuration-ui.ui \ libalsa_sound_la_LIBADD = $(LIB_ALSA) #messages: rc.cpp -# $(XGETTEXT) *.cpp *.h -o po/kradio-alsa-sound.pot +# $(XGETTEXT) *.cpp *.h -o po/tderadio-alsa-sound.pot messages: rc.cpp $(EXTRACTRC) *.rc *.ui >> rc.cpp - $(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-alsa-sound.pot + $(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-alsa-sound.pot |