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

entitydatadir 	= 	$(libdir)/entity
clibdir 	= 	$(entitydatadir)/clib

INCLUDES = 	-I$(top_builddir)/entity		\
		-I$(top_builddir)/g-extensions		\
		-I$(top_builddir)/renderers/gtk/	\
		$(GNOME_CFLAGS)

RENDGNOME_SOURCES =	rendapplet.c

librendgnome_la_LIBADD =  $(GTK_LIBS) $(GNOME_LIBS)
librendgnome_la_LDFLAGS = -avoid-version -module -export-dynamic


if BUILD_RENDGNOME
clib_LTLIBRARIES = librendgnome.la 
librendgnome_la_SOURCES =	$(RENDGNOME_SOURCES)
endif







syntax highlighted by Code2HTML, v. 0.9.1