summaryrefslogtreecommitdiff
path: root/ext/gd/Makefile.am
blob: fca3e4c513e698b9a99f7d5cc8ff2a2514042f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

SRC=gd.c gdcache.c gdttf.c
noinst_LTLIBRARIES=@GD_STATIC@
EXTRA_LTLIBRARIES=libphpext_gd.la gd.la
libphpext_gd_la_SOURCES=$(SRC)

phplib_LTLIBRARIES=@GD_SHARED@
gd_la_SOURCES=$(SRC)
gd_la_LIBADD=@GD_LFLAGS@ @GD_LIBS@
gd_la_LDFLAGS=-avoid-version -module -rpath $(phplibdir)
EXTRA_LIBS=