pre6 commit, just a day late:)
[dia.git] / plug-ins / pgf / Makefile.am
blob7a2361cbd8b598e807f1c6a978f19f642ba81d00
1 ## Process this file with automake to produce Makefile.in
3 pkglib_LTLIBRARIES = libpgf_filter.la
5 libpgf_filter_la_SOURCES = \
6         pgf.c \
7         render_pgf.c \
8         render_pgf.h
10 libpgf_filter_la_LDFLAGS = -export-dynamic -module -avoid-version
12 INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) \
13         $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_CFLAGS)