A Fast Bresenham Type Algorithm For Drawing Ellipses by John Kennedy
[xy_vsfilter.git] / src / log4cplus / loggingserver / Makefile.am
blob66a176af6e866c61912d225c5306b9310fcc98a3
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
2         @LOG4CPLUS_NDEBUG@
4 if MULTI_THREADED
5 noinst_PROGRAMS = loggingserver
6 loggingserver_SOURCES = loggingserver.cxx
7 loggingserver_LDADD = $(top_builddir)/src/liblog4cplus.la 
8 endif