1if ENABLE_X11
2lib_LTLIBRARIES = libaggplatformX11.la
3
4libaggplatformX11_la_LDFLAGS = -version-info @AGG_LIB_VERSION@  -L@x_libraries@
5libaggplatformX11_la_SOURCES = agg_platform_support.cpp
6libaggplatformX11_la_CXXFLAGS =  -I$(top_srcdir)/include -I@x_includes@
7libaggplatformX11_la_LIBADD = -lX11
8endif
9