iotivity 0.9.0
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / examples / cpfile / plugins / core / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2
3 # Copyright 2007 Johannes Lehtinen
4 # This Makefile is free software; Johannes Lehtinen gives unlimited
5 # permission to copy, distribute and modify it.
6
7 LIBS = @LIBS@
8
9 EXTRA_DIST = plugin.xml classifiers.xsd Makefile.nmake
10
11 pluginsdir = $(libdir)/cpfile/plugins
12 plugindir = $(pluginsdir)/core
13
14 plugin_LTLIBRARIES = libcore.la
15 plugin_DATA = plugin.xml classifiers.xsd
16 plugin_HEADERS = core.h
17
18 libcore_la_SOURCES = core.c core.h
19 libcore_la_LDFLAGS = -no-undefined -module -avoid-version