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
471 B
16 lines
471 B
SUBDIRS = ksvnd svnhelper icons
|
|
|
|
INCLUDES = $(SVN_INCLUDE) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = tdeio_svn.la
|
|
|
|
tdeio_svn_la_SOURCES = svn.cpp
|
|
tdeio_svn_la_LIBADD = -ltdeio
|
|
tdeio_svn_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(SVNLD) $(SVN_LIB)
|
|
|
|
protocol_DATA = svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.protocol svn.protocol
|
|
protocoldir = $(kde_servicesdir)
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_svn.pot
|