Move all code to a subdir for the garage repo
[g2-sharing] / sharing-plugin-gallery2 / src / Makefile.am
1 #
2 # This file is part of sharing-plugin-gallery2
3 #
4 # Copyright (C) 2009 Heikki Kallasjoki. All rights reserved.
5 # Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
6 #
7 # This code is licensed under a MIT-style license, that can be
8 # found in the file called "COPYING" in the root directory.
9 #
10
11 plugins_LTLIBRARIES = libsharingplugingallery2.la
12
13 libsharingplugingallery2_la_SOURCES = plugin.c gallery2.c
14
15 libsharingplugingallery2_la_CFLAGS = $(PACKAGE_CFLAGS) $(DEBUG_CFLAGS)
16 libsharingplugingallery2_la_LDFLAGS = -module -avoid-version -export-dynamic
17 libsharingplugingallery2_la_LIBADD = $(PACKAGE_LIBS)
18
19 MAINTAINERCLEANFILES = Makefile.in