Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / src / modules / mod_mng / 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 if HAVE_LIBMNG
14
15 module_LTLIBRARIES = \
16         libmod_mng.la
17
18 libmod_mng_la_SOURCES = \
19         main.cpp \
20         trgt_mng.cpp \
21         trgt_mng.h
22
23 libmod_mng_la_LDFLAGS = \
24         -module \
25         @MNG_LIBS@ \
26         -no-undefined \
27         -avoid-version
28
29 libmod_mng_la_CXXFLAGS = \
30         @SYNFIG_CFLAGS@
31
32 libmod_mng_la_LIBADD = \
33         ../../synfig/libsynfig.la \
34         @SYNFIG_LIBS@
35
36 endif
37
38
39 EXTRA_DIST = \
40         mod_mng.nsh \
41         unmod_mng.nsh