You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
244 B

  1. AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
  2. @LOG4CPLUS_NDEBUG@
  3. if MULTI_THREADED
  4. noinst_PROGRAMS = loggingserver
  5. loggingserver_SOURCES = loggingserver.cxx
  6. loggingserver_LDADD = $(top_builddir)/src/liblog4cplus.la
  7. endif