Reformat and clean up the automake files
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / 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_filter.la
14
15 libmod_filter_la_SOURCES = \
16         blur.cpp \
17         blur.h \
18         colorcorrect.cpp \
19         colorcorrect.h \
20         halftone2.cpp \
21         halftone2.h \
22         lumakey.cpp \
23         lumakey.h \
24         radialblur.cpp \
25         radialblur.h \
26         main.cpp \
27         halftone.cpp \
28         halftone.h \
29         halftone3.cpp \
30         halftone3.h
31
32 libmod_filter_la_CXXFLAGS = \
33         @SYNFIG_CFLAGS@
34
35 libmod_filter_la_LIBADD = \
36         ../../synfig/libsynfig.la @SYNFIG_LIBS@
37
38 libmod_filter_la_LDFLAGS = \
39         -module \
40         -no-undefined \
41         -avoid-version
42
43
44 EXTRA_DIST = \
45         mod_filter.nsh \
46         unmod_filter.nsh