Modify sharing plugin template for CLI
[sharing-cli] / src / .svn / text-base / Makefile.am.svn-base
diff --git a/src/.svn/text-base/Makefile.am.svn-base b/src/.svn/text-base/Makefile.am.svn-base
deleted file mode 100644 (file)
index f79d74c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# This file is part of sharing-plugin-template
-#
-# Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
-#
-# This maemo code example is licensed under a MIT-style license,
-# that can be found in the file called "COPYING" in the root
-# directory.
-#
-
-plugins_LTLIBRARIES = libtemplate.la
-
-libtemplate_la_SOURCES = plugin.c common.c send.c validate.c
-
-libtemplate_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
-libtemplate_la_LDFLAGS = -module -avoid-version -export-dynamic
-libtemplate_la_LIBADD = $(PACKAGE_LIBS)
-
-
-MAINTAINERCLEANFILES = Makefile.in
-
-