summaryrefslogtreecommitdiffstats
path: root/tderadio3/plugins/gui-error-log/Makefile.am
blob: 1ac0e604346a79b0f5b19c99218fa86bea40c053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = po .

INCLUDES = $(all_includes)
METASOURCES = AUTO

libkradio_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

messages: rc.cpp
	$(EXTRACTRC) *.rc *.ui >> rc.cpp
	$(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-gui-error-log.pot