X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=d9d55583729f0ad99764e49b1049de72986476aa;hb=9a03f1d0a2f500998963c3f5f1d55a472eb19110;hp=f79d74c432e863e3c9c5eb3646b8668471800674;hpb=de6b87e5b50c4fd2b14fc664b7458673e167b2ed;p=g2-sharing diff --git a/src/Makefile.am b/src/Makefile.am index f79d74c..d9d5558 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,22 +1,19 @@ # -# This file is part of sharing-plugin-template +# This file is part of sharing-plugin-gallery2 # +# Copyright (C) 2009 Heikki Kallasjoki. All rights reserved. # 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. +# This code is licensed under a MIT-style license, that can be +# found in the file called "COPYING" in the root directory. # -plugins_LTLIBRARIES = libtemplate.la +plugins_LTLIBRARIES = libsharingplugingallery2.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) +libsharingplugingallery2_la_SOURCES = plugin.c gallery2.c +libsharingplugingallery2_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS) +libsharingplugingallery2_la_LDFLAGS = -module -avoid-version -export-dynamic +libsharingplugingallery2_la_LIBADD = $(PACKAGE_LIBS) MAINTAINERCLEANFILES = Makefile.in - -