X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2F0.61.08%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;fp=synfig-core%2Ftags%2F0.61.08%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=6fa8f2f38d4b0b35f8539bf94e27ae27015c7689;hp=c526e754d0aa7e00464aa532ea3b25d17736b4a3;hpb=47fce282611fbba1044921d22ca887f9b53ad91a;p=synfig.git diff --git a/synfig-core/tags/0.61.08/src/modules/example/Makefile.am b/synfig-core/tags/0.61.08/src/modules/example/Makefile.am deleted file mode 100644 index c526e75..0000000 --- a/synfig-core/tags/0.61.08/src/modules/example/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -# $Id$ - - -MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src - -moduledir=@MODULE_DIR@ - -module_LTLIBRARIES = libexample.la -libexample_la_SOURCES = main.cpp simplecircle.cpp simplecircle.h filledrect.h filledrect.cpp metaballs.h metaballs.cpp -libexample_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@ -libexample_la_LDFLAGS = -module -no-undefined -avoid-version -libexample_la_CXXFLAGS = @SYNFIG_CFLAGS@