# # This file is part of sharing-plugin-cli # # 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 = libcli.la libcli_la_SOURCES = plugin.c common.c send.c validate.c libcli_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS) libcli_la_LDFLAGS = -module -avoid-version -export-dynamic libcli_la_LIBADD = $(PACKAGE_LIBS) MAINTAINERCLEANFILES = Makefile.in