diff options
Diffstat (limited to 'tderesources/groupwise/Makefile.am')
-rw-r--r-- | tderesources/groupwise/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tderesources/groupwise/Makefile.am b/tderesources/groupwise/Makefile.am index 14c1320ce..c098935db 100644 --- a/tderesources/groupwise/Makefile.am +++ b/tderesources/groupwise/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = soap tdeioslave INCLUDES = -I$(top_srcdir) $(all_includes) -lib_LTLIBRARIES = libkcal_groupwise.la libkabc_groupwise.la +lib_LTLIBRARIES = libkcal_groupwise.la libtdeabc_groupwise.la libkcal_groupwise_la_SOURCES = kcal_resourcegroupwise.cpp \ kcal_resourcegroupwiseconfig.cpp kcal_groupwiseprefsbase.kcfgc kcal_groupwiseprefs.cpp \ @@ -13,32 +13,32 @@ libkcal_groupwise_la_LIBADD = soap/libgwsoap.la \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la -libkabc_groupwise_la_SOURCES = kabc_resourcegroupwise.cpp \ - kabc_resourcegroupwiseconfig.cpp \ - kabc_groupwiseprefs.kcfgc -libkabc_groupwise_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ +libtdeabc_groupwise_la_SOURCES = tdeabc_resourcegroupwise.cpp \ + tdeabc_resourcegroupwiseconfig.cpp \ + tdeabc_groupwiseprefs.kcfgc +libtdeabc_groupwise_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined -libkabc_groupwise_la_LIBADD = soap/libgwsoap.la \ +libtdeabc_groupwise_la_LIBADD = soap/libgwsoap.la \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la \ -lkabc -kde_module_LTLIBRARIES = kcal_groupwise.la kabc_groupwise.la +kde_module_LTLIBRARIES = kcal_groupwise.la tdeabc_groupwise.la kcal_groupwise_la_SOURCES = kcal_resourcegroupwise_plugin.cpp kcal_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kcal_groupwise_la_LIBADD = libkcal_groupwise.la -kabc_groupwise_la_SOURCES = kabc_resourcegroupwise_plugin.cpp -kabc_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -kabc_groupwise_la_LIBADD = libkabc_groupwise.la +tdeabc_groupwise_la_SOURCES = tdeabc_resourcegroupwise_plugin.cpp +tdeabc_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdeabc_groupwise_la_LIBADD = libtdeabc_groupwise.la kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_groupwise.desktop -kabc_servicedir = $(kde_servicesdir)/tderesources/tdeabc -kabc_service_DATA = kabc_groupwise.desktop +tdeabc_servicedir = $(kde_servicesdir)/tderesources/tdeabc +tdeabc_service_DATA = tdeabc_groupwise.desktop METASOURCES = AUTO |