From ac87680632b4fb6582d1391b042eff7f0305c0a2 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 22 May 2011 20:12:04 +0000 Subject: [kdenetwork/kopete] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/plugins/statistics/sqlite/Makefile.am | 51 ---------------------------- 1 file changed, 51 deletions(-) delete mode 100644 kopete/plugins/statistics/sqlite/Makefile.am (limited to 'kopete/plugins/statistics/sqlite/Makefile.am') diff --git a/kopete/plugins/statistics/sqlite/Makefile.am b/kopete/plugins/statistics/sqlite/Makefile.am deleted file mode 100644 index f647c6d5..00000000 --- a/kopete/plugins/statistics/sqlite/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -noinst_LTLIBRARIES = \ - libsqlite.la - -KDE_CFLAGS = \ - -w - -libsqlite_la_CFLAGS = \ - $(all_includes) \ - -DTHREADSAFE=1 - -libsqlite_la_LDFLAGS = \ - $(LIBPTHREAD) - -libsqlite_la_SOURCES = \ - attach.c \ - auth.c \ - btree.c \ - build.c \ - date.c \ - delete.c \ - encode.c \ - expr.c \ - func.c \ - hash.c \ - insert.c \ - legacy.c \ - main.c \ - opcodes.c \ - os_mac.c \ - os_unix.c \ - os_win.c \ - pager.c \ - parse.c \ - pragma.c \ - printf.c \ - random.c \ - select.c \ - shell.c \ - table.c \ - tokenize.c \ - trigger.c \ - update.c \ - utf.c \ - util.c \ - vacuum.c \ - vdbe.c \ - vdbeapi.c \ - vdbeaux.c \ - vdbemem.c \ - where.c - -- cgit v1.2.1