summaryrefslogtreecommitdiffstats
path: root/conduits/vcalconduit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/vcalconduit/Makefile.am')
-rw-r--r--conduits/vcalconduit/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/conduits/vcalconduit/Makefile.am b/conduits/vcalconduit/Makefile.am
index 415fde8..67cbb91 100644
--- a/conduits/vcalconduit/Makefile.am
+++ b/conduits/vcalconduit/Makefile.am
@@ -16,21 +16,21 @@ noinst_LTLIBRARIES = libvcalconduit_shared.la
libvcalconduit_shared_la_SOURCES = vcalconduitSettings.kcfgc \
korganizerConduit.ui \
- kcalRecord.cc \
- vcal-setupbase.cc \
- vcal-conduitbase.cc \
- cleanupstate.cc deleteunsyncedhhstate.cc deleteunsyncedpcstate.cc \
- hhtopcstate.cc initstate.cc pctohhstate.cc teststate.cc
-
-conduit_vcal_la_SOURCES = vcal-conduit.cc vcalRecord.cc \
- vcal-factory.cc vcal-setup.cc
+ kcalRecord.cpp \
+ vcal-setupbase.cpp \
+ vcal-conduitbase.cpp \
+ cleanupstate.cpp deleteunsyncedhhstate.cpp deleteunsyncedpcstate.cpp \
+ hhtopcstate.cpp initstate.cpp pctohhstate.cpp teststate.cpp
+
+conduit_vcal_la_SOURCES = vcal-conduit.cpp vcalRecord.cpp \
+ vcal-factory.cpp vcal-setup.cpp
conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources
conduit_vcal_la_LIBADD = ../../lib/libkpilot.la \
libvcalconduit_shared.la
conduit_vcal_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h
-conduit_todo_la_SOURCES = todo-conduit.cc todoRecord.cc \
- todo-factory.cc todo-setup.cc
+conduit_todo_la_SOURCES = todo-conduit.cpp todoRecord.cpp \
+ todo-factory.cpp todo-setup.cpp
conduit_todo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources
conduit_todo_la_LIBADD = ../../lib/libkpilot.la \
libvcalconduit_shared.la