diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kpilot/conduits/vcalconduit/Makefile.am | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/conduits/vcalconduit/Makefile.am')
-rw-r--r-- | kpilot/conduits/vcalconduit/Makefile.am | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/kpilot/conduits/vcalconduit/Makefile.am b/kpilot/conduits/vcalconduit/Makefile.am deleted file mode 100644 index 546789e17..000000000 --- a/kpilot/conduits/vcalconduit/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -### -### Makefile for vcal and todo conduits. These two conduits share most code, -### so it seems logical to put them in one place. -### - -INCLUDES= -I$(top_srcdir)/kpilot/lib -I$(top_srcdir) \ - $(PISOCK_INCLUDE) $(all_includes) - -METASOURCES = AUTO - -servicedir = $(kde_servicesdir) -service_DATA = vcal-conduit.desktop todo-conduit.desktop - -kde_module_LTLIBRARIES = conduit_vcal.la conduit_todo.la -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 -conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -conduit_vcal_la_LIBADD = ../../lib/libkpilot.la \ - ../../../libkcal/libkcal.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) -conduit_todo_la_LIBADD = ../../lib/libkpilot.la \ - ../../../libkcal/libkcal.la \ - libvcalconduit_shared.la -conduit_todo_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h - - -kde_kcfg_DATA = vcalconduitbase.kcfg - |