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
406 B
16 lines
406 B
INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR)
|
|
|
|
bin_PROGRAMS = %{APPNAMELC}
|
|
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(RUBY_LIBDIR)
|
|
%{APPNAMELC}_LDADD = $(LIB_KIO) $(RUBY_LIBRUBYARG)
|
|
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
rubysrc_DATA = main.rb %{APPNAMELC}.rb
|
|
rubysrcdir = $(kde_datadir)/%{APPNAMELC}
|
|
|
|
service_DATA = %{APPNAMELC}.desktop
|
|
servicedir = $(kde_servicesdir)
|
|
|