summaryrefslogtreecommitdiffstats
path: root/tderadio3/plugins/gui-error-log/Makefile.am
blob: 0e19ea446174fe986c7f3a0089c58668f65093f6 (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

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/tderadio-gui-error-log.pot

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