summaryrefslogtreecommitdiff
path: root/plugins/Clist_ng/AGG/src/ctrl/Makefile.am
blob: 2930b9dd5e49ffb4469637ea1c351f07ace25b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
if ENABLE_CTRL
INCLUDES = -I$(top_srcdir)/include

noinst_LTLIBRARIES = libaggctrl.la

libaggctrl_la_LDFLAGS = -no-undefined -version-info @AGG_LIB_VERSION@
libaggctrl_la_SOURCES = agg_cbox_ctrl.cpp agg_gamma_ctrl.cpp agg_gamma_spline.cpp agg_rbox_ctrl.cpp \
						agg_slider_ctrl.cpp agg_spline_ctrl.cpp agg_scale_ctrl.cpp \
						agg_bezier_ctrl.cpp agg_polygon_ctrl.cpp 

endif