Added a slower but more accurate find_closest() routine to _bezier.h. Added a parame...
[synfig.git] / synfig-core / trunk / src / modules / example / Makefile.am
index e20012f..1b5d892 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /opt/voria/cvs/sinfg/src/modules/example/Makefile.am,v 1.1.1.1 2005/01/04 01:23:09 darco Exp $
+# $Id$
 
 
 MAINTAINERCLEANFILES=Makefile.in
@@ -8,6 +8,6 @@ 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 = ../../sinfg/libsinfg.la @SINFG_LIBS@
+libexample_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@
 libexample_la_LDFLAGS = -module -no-undefined
-libexample_la_CXXFLAGS = @SINFG_CFLAGS@
+libexample_la_CXXFLAGS = @SYNFIG_CFLAGS@