Added first proof-of-concept type implementation.
[sharing-cli] / src / Makefile.am
1 #
2 # This file is part of sharing-plugin-template
3 #
4 # Copyright (C) 2010 Tuomas Kulve.
5 # Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
6 #
7 # This maemo code example is licensed under a MIT-style license,
8 # that can be found in the file called "COPYING" in the root
9 # directory.
10 #
11
12 plugins_LTLIBRARIES = libsharingcli.la
13
14 libsharingcli_la_SOURCES = plugin.c send.c
15
16 libsharingcli_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
17 libsharingcli_la_LDFLAGS = -module -avoid-version -export-dynamic
18 libsharingcli_la_LIBADD = $(PACKAGE_LIBS)