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.
tdesdk/tdeioslave/svn/Makefile.am

16 lines
461 B

SUBDIRS = ksvnd svnhelper icons
INCLUDES = $(SVN_INCLUDE) $(all_includes)
kde_module_LTLIBRARIES = kio_svn.la
kio_svn_la_SOURCES = svn.cpp
kio_svn_la_LIBADD = -lkio
kio_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