repo.or.cz
/
xy_vsfilter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A Fast Bresenham Type Algorithm For Drawing Ellipses by John Kennedy
[xy_vsfilter.git]
/
src
/
log4cplus
/
loggingserver
/
Makefile.am
blob
66a176af6e866c61912d225c5306b9310fcc98a3
1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
2
@LOG4CPLUS_NDEBUG@
3
4
if MULTI_THREADED
5
noinst_PROGRAMS = loggingserver
6
loggingserver_SOURCES = loggingserver.cxx
7
loggingserver_LDADD = $(top_builddir)/src/liblog4cplus.la
8
endif