diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:31:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:31:40 -0600 |
commit | 513d0163e99d4447deb274b9f0799bb390f26cfc (patch) | |
tree | 7686847bc46ef657e8d278a4a342e21d0a1edb80 /tderesources/groupware/Makefile.am | |
parent | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (diff) | |
download | tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.tar.gz tdepim-513d0163e99d4447deb274b9f0799bb390f26cfc.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/groupware/Makefile.am')
-rw-r--r-- | tderesources/groupware/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tderesources/groupware/Makefile.am b/tderesources/groupware/Makefile.am index 35138a0db..38f5083dc 100644 --- a/tderesources/groupware/Makefile.am +++ b/tderesources/groupware/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir) $(all_includes) -lib_LTLIBRARIES = libkcal_groupware.la libkabc_groupware.la +lib_LTLIBRARIES = libkcal_groupware.la libtdeabc_groupware.la libkcal_groupware_la_SOURCES = kcal_resourcegroupware.cpp \ kcal_resourcegroupwareconfig.cpp \ @@ -11,30 +11,30 @@ libkcal_groupware_la_LIBADD = \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la -libkabc_groupware_la_SOURCES = kabc_resourcegroupware.cpp \ - kabc_resourcegroupwareconfig.cpp \ - kabc_groupwareprefs.kcfgc -libkabc_groupware_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ +libtdeabc_groupware_la_SOURCES = tdeabc_resourcegroupware.cpp \ + tdeabc_resourcegroupwareconfig.cpp \ + tdeabc_groupwareprefs.kcfgc +libtdeabc_groupware_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined -libkabc_groupware_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ +libtdeabc_groupware_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la \ -lkabc -kde_module_LTLIBRARIES = kcal_groupware.la kabc_groupware.la +kde_module_LTLIBRARIES = kcal_groupware.la tdeabc_groupware.la kcal_groupware_la_SOURCES = kcal_resourcegroupware_plugin.cpp kcal_groupware_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kcal_groupware_la_LIBADD = libkcal_groupware.la -kabc_groupware_la_SOURCES = kabc_resourcegroupware_plugin.cpp -kabc_groupware_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -kabc_groupware_la_LIBADD = libkabc_groupware.la +tdeabc_groupware_la_SOURCES = tdeabc_resourcegroupware_plugin.cpp +tdeabc_groupware_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdeabc_groupware_la_LIBADD = libtdeabc_groupware.la kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_groupware.desktop -kabc_servicedir = $(kde_servicesdir)/tderesources/tdeabc -kabc_service_DATA = kabc_groupware.desktop +tdeabc_servicedir = $(kde_servicesdir)/tderesources/tdeabc +tdeabc_service_DATA = tdeabc_groupware.desktop METASOURCES = AUTO |