You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
425 B
16 lines
425 B
INCLUDES = -I$(top_srcdir)/atlantik/libatlantic $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = kio_atlantik.la
|
|
|
|
kio_atlantik_la_SOURCES = kio_atlantik.cpp
|
|
kio_atlantik_la_LIBADD = $(LIB_KIO)
|
|
kio_atlantik_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
noinst_HEADERS = kio_atlantik.h
|
|
|
|
kdelnk_DATA = atlantik.protocol
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kio_atlantik.pot
|