X-Git-Url: http://git.maemo.org/git/?p=sharing-cli;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=f79d74c432e863e3c9c5eb3646b8668471800674;hp=0000000000000000000000000000000000000000;hb=3419a53b563d0cce238372985421a83504680760;hpb=8cef44b33a1ba4668fc56ab330a5c8c96f0d1486 diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..f79d74c --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,22 @@ +# +# 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 + +