|
|
|
@ -24,14 +24,14 @@ libvcalconduit_shared_la_SOURCES = vcalconduitSettings.kcfgc \
|
|
|
|
|
|
|
|
|
|
conduit_vcal_la_SOURCES = vcal-conduit.cc vcalRecord.cc \
|
|
|
|
|
vcal-factory.cc vcal-setup.cc
|
|
|
|
|
conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lkcal -ltderesources
|
|
|
|
|
conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -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_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lkcal -ltderesources
|
|
|
|
|
conduit_todo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources
|
|
|
|
|
conduit_todo_la_LIBADD = ../../lib/libkpilot.la \
|
|
|
|
|
libvcalconduit_shared.la
|
|
|
|
|
conduit_todo_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h
|
|
|
|
|