Set the description of some parameters
[synfig.git] / synfig-core / src / modules / mod_example / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 INCLUDES = \
7         -I$(top_builddir) \
8         -I$(top_srcdir)/src
9
10
11 moduledir = @MODULE_DIR@
12
13 module_LTLIBRARIES = libmod_example.la
14
15 libmod_example_la_SOURCES = \
16         main.cpp \
17         simplecircle.cpp \
18         simplecircle.h \
19         filledrect.h \
20         filledrect.cpp \
21         metaballs.h \
22         metaballs.cpp
23
24 libmod_example_la_LIBADD = \
25         ../../synfig/libsynfig.la \
26         @SYNFIG_LIBS@
27
28 libmod_example_la_LDFLAGS = \
29         -module \
30         -no-undefined \
31         -avoid-version
32
33 libmod_example_la_CXXFLAGS = \
34         @SYNFIG_CFLAGS@
35
36 EXTRA_DIST = \
37         mod_example.nsh \
38         unmod_example.nsh