blob: df5288ec7a3a4c3a33181bb2f565931431dc26b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUBDIRS = mimetypes
INCLUDES = -I$(top_srcdir)/kmobile -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = kio_mobile.la
kio_mobile_la_SOURCES = kio_mobile.cpp
kio_mobile_la_LIBADD = $(LIB_KIO) ../libkmobileclient.la
kio_mobile_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN)
kde_services_DATA = mobile.protocol cellphone.protocol \
organizer.protocol pda.protocol
# do not install the camera protocol now - we already have a
# camera tdeioslave !!
# phonecamera.protocol
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdeio_mobile.pot
|