ultimatepp/uppdev/plugin/agg24/gpc/Makefile.am
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

11 lines
240 B
Makefile

if ENABLE_GPC
lib_LTLIBRARIES = libagggpc.la
include_HEADERS=gpc.h
libagggpc_la_LDFLAGS = -no-undefined -version-info @AGG_LIB_VERSION@
libagggpc_la_SOURCES = gpc.c
EXTRA_DIST=copying.txt\
VERSIONS.TXT\
gpc.h
endif