parent
3fc473bacc
commit
087cd36e84
@ -1,15 +0,0 @@
|
|||||||
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)/tdeio_atlantik.pot
|
|
@ -0,0 +1,15 @@
|
|||||||
|
INCLUDES = -I$(top_srcdir)/atlantik/libatlantic $(all_includes)
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
kde_module_LTLIBRARIES = tdeio_atlantik.la
|
||||||
|
|
||||||
|
tdeio_atlantik_la_SOURCES = tdeio_atlantik.cpp
|
||||||
|
tdeio_atlantik_la_LIBADD = $(LIB_KIO)
|
||||||
|
tdeio_atlantik_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||||
|
noinst_HEADERS = tdeio_atlantik.h
|
||||||
|
|
||||||
|
kdelnk_DATA = atlantik.protocol
|
||||||
|
kdelnkdir = $(kde_servicesdir)
|
||||||
|
|
||||||
|
messages:
|
||||||
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_atlantik.pot
|
@ -1,5 +1,5 @@
|
|||||||
[Protocol]
|
[Protocol]
|
||||||
exec=kio_atlantik
|
exec=tdeio_atlantik
|
||||||
protocol=atlantik
|
protocol=atlantik
|
||||||
input=none
|
input=none
|
||||||
output=none
|
output=none
|
@ -1 +1 @@
|
|||||||
Subproject commit 9a217903f9fa35ca12213a6e9ee3d2cb87d1131d
|
Subproject commit 274366fb8b90704586d7beef216b765cc0688b08
|
Loading…
Reference in new issue