summaryrefslogtreecommitdiffstats
path: root/kbugbuster/tderesources/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/tderesources/Makefile.am')
-rw-r--r--kbugbuster/tderesources/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/kbugbuster/tderesources/Makefile.am b/kbugbuster/tderesources/Makefile.am
new file mode 100644
index 00000000..ebd63550
--- /dev/null
+++ b/kbugbuster/tderesources/Makefile.am
@@ -0,0 +1,20 @@
+if include_kcalresource
+LIBKCAL_INCLUDES= $(KDE_INCLUDES)/libkcal
+endif
+
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(KDE_INCLUDES) $(LIBKCAL_INCLUDES)
+
+kde_module_LTLIBRARIES = kcal_bugzilla.la
+
+kcal_bugzilla_la_SOURCES = kcalresource.cpp kcalresourceconfig.cpp \
+ kcalresource_plugin.cpp resourceprefs.kcfgc
+kcal_bugzilla_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+kcal_bugzilla_la_LIBADD = ../backend/libkbbbackend.la -lkcal
+
+servicedir = $(kde_servicesdir)/tderesources/kcal
+service_DATA = bugzilla.desktop
+
+METASOURCES = AUTO
+
+messages: rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/kres_bugzilla.pot