Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / Makefile.am
diff --git a/synfig-core/trunk/src/modules/mod_particle/Makefile.am b/synfig-core/trunk/src/modules/mod_particle/Makefile.am
deleted file mode 100644 (file)
index ffe2a89..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id$
-
-MAINTAINERCLEANFILES = \
-       Makefile.in
-
-INCLUDES = \
-       -I$(top_builddir) \
-       -I$(top_srcdir)/src
-
-
-moduledir = @MODULE_DIR@
-
-module_LTLIBRARIES = libmod_particle.la
-
-libmod_particle_la_SOURCES = \
-       random.cpp \
-       random.h \
-       plant.cpp \
-       plant.h \
-       main.cpp 
-
-libmod_particle_la_CXXFLAGS = \
-       @SYNFIG_CFLAGS@
-
-libmod_particle_la_LIBADD = \
-       ../../synfig/libsynfig.la \
-       @SYNFIG_LIBS@
-
-libmod_particle_la_LDFLAGS = \
-       -module \
-       -no-undefined \
-       -avoid-version
-
-
-EXTRA_DIST = \
-       mod_particle.nsh \
-       unmod_particle.nsh