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.
17 lines
526 B
17 lines
526 B
# $Id$
|
|
|
|
METASOURCES = AUTO
|
|
|
|
INCLUDES = -I$(top_srcdir)/korganizer/interfaces $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkorg_hebrew.la
|
|
|
|
libkorg_hebrew_la_SOURCES = hebrew.cpp configdialog.cpp holiday.cpp parsha.cpp converter.cpp
|
|
libkorg_hebrew_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries)
|
|
libkorg_hebrew_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
noinst_HEADERS = hebrew.h configdialog.h parsha.h converter.h holiday.h
|
|
|
|
servicedir = $(kde_servicesdir)/korganizer
|
|
service_DATA = hebrew.desktop
|