diff options
Diffstat (limited to 'tderesources/birthdays/Makefile.am')
-rw-r--r-- | tderesources/birthdays/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tderesources/birthdays/Makefile.am b/tderesources/birthdays/Makefile.am index c31fc0472..08d3504f8 100644 --- a/tderesources/birthdays/Makefile.am +++ b/tderesources/birthdays/Makefile.am @@ -3,22 +3,22 @@ INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ -I$(top_srcdir)/kaddressbook/common \ $(all_includes) -kde_module_LTLIBRARIES = kcal_kabc.la +kde_module_LTLIBRARIES = kcal_tdeabc.la -kcal_tdeabc_la_SOURCES = resourcekabc.cpp resourcekabcconfig.cpp +kcal_tdeabc_la_SOURCES = resourcetdeabc.cpp resourcetdeabcconfig.cpp kcal_tdeabc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kcal_tdeabc_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/kaddressbook/common/libkabcommon.la libkcalincludedir = $(includedir)/libkcal -libkcalinclude_HEADERS = resourcekabc.h resourcekabcconfig.h +libkcalinclude_HEADERS = resourcetdeabc.h resourcetdeabcconfig.h servicedir = $(kde_servicesdir)/tderesources/kcal -service_DATA = kabc.desktop +service_DATA = tdeabc.desktop METASOURCES = AUTO messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kres_birthday.pot -resourcekabcconfig.lo: ../../kaddressbook/common/kabprefs_base.h +resourcetdeabcconfig.lo: ../../kaddressbook/common/kabprefs_base.h |