v0.2.2 release
[yandexfotkisp] / src / Makefile.am
1 #
2 # This file is part of sharing-plugin-template
3 #
4 # Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
5 #
6 # This maemo code example is licensed under a MIT-style license,
7 # that can be found in the file called "COPYING" in the root
8 # directory.
9 #
10
11 plugins_LTLIBRARIES = libyandexfotki.la
12
13 libyandexfotki_la_SOURCES = plugin.c common.cc send.c validate.c base64.cpp CP_RSA.cpp
14
15 libyandexfotki_la_CXXFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
16 libyandexfotki_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
17 libyandexfotki_la_LDFLAGS = -module -avoid-version -export-dynamic
18 libyandexfotki_la_LIBADD = $(PACKAGE_LIBS)
19
20
21 MAINTAINERCLEANFILES = Makefile.in
22
23