## Process this file with automake to produce Makefile.in

pkglib_LTLIBRARIES = libpstricks_filter.la

libpstricks_filter_la_SOURCES = \
	pstricks.c \
	render_pstricks.c \
	render_pstricks.h

libpstricks_filter_la_LDFLAGS = -export-dynamic -module -avoid-version

INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS)
