X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Ftool%2FMakefile.am;fp=synfig-core%2Ftags%2Fstable%2Fsrc%2Ftool%2FMakefile.am;h=f019d0b3abaae7894cab5d50b20a1176a5cc8dba;hb=391f6a3be479646721d8cc78b5ee673db17bd540;hp=0000000000000000000000000000000000000000;hpb=ce9ddb9d0e877117ef8648f901f0c7db9eca3d79;p=synfig.git diff --git a/synfig-core/tags/stable/src/tool/Makefile.am b/synfig-core/tags/stable/src/tool/Makefile.am new file mode 100644 index 0000000..f019d0b --- /dev/null +++ b/synfig-core/tags/stable/src/tool/Makefile.am @@ -0,0 +1,15 @@ +# $Id$ + +MAINTAINERCLEANFILES=Makefile.in +EXTRA_DIST=tool.nsh + +INCLUDES=-I$(top_builddir) -I$(top_srcdir)/src + +bin_PROGRAMS = synfig + +synfig_SOURCES = main.cpp +synfig_LDADD = ../synfig/libsynfig.la @SYNFIG_LIBS@ @OPENEXR_HALF_LIBS@ +synfig_CXXFLAGS = @SYNFIG_CFLAGS@ +#synfig_LDFLAGS=-export-dynamic -dlopen self +#-dlopen ../modules/example/libexample.la +