Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_06 / src / modules / mod_jpeg / Makefile.am
1 # $Id$
2
3
4 MAINTAINERCLEANFILES=Makefile.in
5 INCLUDES = -I$(top_srcdir)/src
6
7 moduledir=@MODULE_DIR@
8
9 if HAVE_LIBJPEG
10 module_LTLIBRARIES = libmod_jpeg.la
11 libmod_jpeg_la_SOURCES = main.cpp trgt_jpeg.cpp trgt_jpeg.h mptr_jpeg.cpp mptr_jpeg.h
12 libmod_jpeg_la_LDFLAGS = -module @JPEG_LIBS@ -no-undefined
13 libmod_jpeg_la_CXXFLAGS = @SYNFIG_CFLAGS@
14 libmod_jpeg_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@
15 else
16 endif
17 EXTRA_DIST= mod_jpeg.nsh unmod_jpeg.nsh