mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 05:48:25 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61952 954022d7-b5bf-4e40-9824-e11837661b57
12 lines
240 B
Makefile
12 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
|