summaryrefslogtreecommitdiffstats
path: root/tderadio3/plugins/streaming/Makefile.am
blob: 0e5ed117fa971cabe8cb964204b4be0eeba7ba8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = po icons .

INCLUDES = $(all_includes)
METASOURCES = AUTO

libkradio_LTLIBRARIES = libstreaming.la
libstreaming_la_SOURCES = streaming.cpp streaming-configuration-ui.ui \
	streaming-configuration.cpp streaming-job.cpp
libstreaming_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)

noinst_HEADERS = streaming.h streaming-configuration.h streaming-job.h

#messages: rc.cpp
#	$(XGETTEXT) *.cpp *.h -o po/kradio-streaming.pot

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