mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 06:12:40 -06:00
11 lines
240 B
Makefile
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
|