X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_05%2Fsynfig-core%2Fsrc%2Fmodules%2Fmod_jpeg%2FMakefile.am;fp=synfig-core%2Ftags%2Fsynfig_0_61_05%2Fsynfig-core%2Fsrc%2Fmodules%2Fmod_jpeg%2FMakefile.am;h=7d51c5d0fcc396551aa3f76285179f6b402410be;hb=299aecad571ca490ce017004a0d7e555d6df0520;hp=0000000000000000000000000000000000000000;hpb=42861dc634bef4059ca95e5292033315a0b9ce30;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_05/synfig-core/src/modules/mod_jpeg/Makefile.am b/synfig-core/tags/synfig_0_61_05/synfig-core/src/modules/mod_jpeg/Makefile.am new file mode 100644 index 0000000..7d51c5d --- /dev/null +++ b/synfig-core/tags/synfig_0_61_05/synfig-core/src/modules/mod_jpeg/Makefile.am @@ -0,0 +1,17 @@ +# $Header: /opt/voria/cvs/synfig/src/modules/mod_jpeg/Makefile.am,v 1.1.1.1 2005/01/04 01:23:11 darco Exp $ + + +MAINTAINERCLEANFILES=Makefile.in +INCLUDES = -I$(top_srcdir)/src + +moduledir=@MODULE_DIR@ + +if HAVE_LIBJPEG +module_LTLIBRARIES = libmod_jpeg.la +libmod_jpeg_la_SOURCES = main.cpp trgt_jpeg.cpp trgt_jpeg.h mptr_jpeg.cpp mptr_jpeg.h +libmod_jpeg_la_LDFLAGS = -module @JPEG_LIBS@ -no-undefined +libmod_jpeg_la_CXXFLAGS = @SYNFIG_CFLAGS@ +libmod_jpeg_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@ +else +endif +EXTRA_DIST= mod_jpeg.nsh unmod_jpeg.nsh