Stabe Tag: Removing old tag
[synfig.git] / synfig-core / tags / stable / src / modules / mod_jpeg / Makefile.am
diff --git a/synfig-core/tags/stable/src/modules/mod_jpeg/Makefile.am b/synfig-core/tags/stable/src/modules/mod_jpeg/Makefile.am
deleted file mode 100644 (file)
index a01441f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Header: /opt/voria/cvs/sinfg/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 = @SINFG_CFLAGS@
-libmod_jpeg_la_LIBADD = -L../../sinfg -lsinfg @SINFG_LIBS@
-else
-endif