## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES = libgextend.la includedir = $(libdir)/entity/include INCLUDES = -I$(top_builddir) -I$(top_builddir)/expat-1.1 include_HEADERS = gextensions.h \ gslist.h \ gqueue.h \ x31hash.h libgextend_la_SOURCES = gslist.c \ gqueue.c \ x31hash.c