summaryrefslogtreecommitdiffstats
path: root/tderadio3/plugins/gui-error-log/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 23:14:26 -0600
committerTimothy Pearson <[email protected]>2013-02-01 23:14:26 -0600
commitdd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch)
tree03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/plugins/gui-error-log/Makefile.am
parent48906a623383ab5222541ae048e99dd039b62a9a (diff)
downloadtderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.tar.gz
tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/plugins/gui-error-log/Makefile.am')
-rw-r--r--tderadio3/plugins/gui-error-log/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderadio3/plugins/gui-error-log/Makefile.am b/tderadio3/plugins/gui-error-log/Makefile.am
index 1ac0e60..0e19ea4 100644
--- a/tderadio3/plugins/gui-error-log/Makefile.am
+++ b/tderadio3/plugins/gui-error-log/Makefile.am
@@ -3,15 +3,15 @@ SUBDIRS = po .
INCLUDES = $(all_includes)
METASOURCES = AUTO
-libkradio_LTLIBRARIES = liberror-log.la
+libtderadio_LTLIBRARIES = liberror-log.la
liberror_log_la_SOURCES = errorlog.cpp
liberror_log_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
noinst_HEADERS = errorlog.h
#messages: rc.cpp
-# $(XGETTEXT) *.cpp *.h -o po/kradio-gui-error-log.pot
+# $(XGETTEXT) *.cpp *.h -o po/tderadio-gui-error-log.pot
messages: rc.cpp
$(EXTRACTRC) *.rc *.ui >> rc.cpp
- $(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-gui-error-log.pot
+ $(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-gui-error-log.pot