~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to lomse/trunk/src/agg/src/ctrl/Makefile.am

  • Committer: Cecilio Salmeron
  • Date: 2016-02-04 10:15:44 UTC
  • Revision ID: s.cecilios@gmail.com-20160204101544-wdodav3eyyej64ga
Prepare for GitHub migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if ENABLE_CTRL
2
 
INCLUDES = -I$(top_srcdir)/include
3
 
 
4
 
noinst_LTLIBRARIES = libaggctrl.la
5
 
 
6
 
libaggctrl_la_LDFLAGS = -no-undefined -version-info @AGG_LIB_VERSION@
7
 
libaggctrl_la_SOURCES = agg_cbox_ctrl.cpp agg_gamma_ctrl.cpp agg_gamma_spline.cpp agg_rbox_ctrl.cpp \
8
 
                                                agg_slider_ctrl.cpp agg_spline_ctrl.cpp agg_scale_ctrl.cpp \
9
 
                                                agg_bezier_ctrl.cpp agg_polygon_ctrl.cpp 
10
 
 
11
 
endif