diff options
Diffstat (limited to 'korganizer/plugins/hebrew/Makefile.am')
-rw-r--r-- | korganizer/plugins/hebrew/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/korganizer/plugins/hebrew/Makefile.am b/korganizer/plugins/hebrew/Makefile.am new file mode 100644 index 000000000..4f48cc58b --- /dev/null +++ b/korganizer/plugins/hebrew/Makefile.am @@ -0,0 +1,16 @@ +# $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_KDECORE) $(LIB_KDEUI) + +noinst_HEADERS = hebrew.h configdialog.h parsha.h converter.h holiday.h + +servicedir = $(kde_servicesdir)/korganizer +service_DATA = hebrew.desktop |