summaryrefslogtreecommitdiffstats
path: root/kioslave/nntp/Makefile.am
blob: b06d3160078133f1a6a54f9a6d3dee40ec6566fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes)

####### Files

kde_module_LTLIBRARIES = kio_nntp.la

kio_nntp_la_SOURCES = nntp.cpp
kio_nntp_la_LIBADD  = $(LIB_KIO)
kio_nntp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

METASOURCES = AUTO

noinst_HEADERS = nntp.h

kdelnk_DATA = nntp.protocol nntps.protocol
kdelnkdir = $(kde_servicesdir)

messages:
	$(XGETTEXT) *.cpp -o $(podir)/kio_nntp.pot