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.
19 lines
477 B
19 lines
477 B
15 years ago
|
bin_PROGRAMS = kio_svn_helper
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
AM_LDFLAGS = $(all_libraries)
|
||
|
|
||
|
kio_svn_helper_SOURCES = kio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui subversionlog.ui subversiondiff.ui
|
||
|
|
||
|
kio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries)
|
||
|
|
||
|
servicemenudir = \
|
||
|
$(kde_datadir)/konqueror/servicemenus
|
||
|
|
||
|
servicemenu_DATA = \
|
||
|
subversion.desktop subversion_toplevel.desktop
|
||
|
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|