Browse Source

add linker flag to liblog makefile

Jelte Jansen 14 years ago
parent
commit
635c6e467e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/log/Makefile.am

+ 2 - 0
src/lib/log/Makefile.am

@@ -23,6 +23,8 @@ liblog_la_SOURCES += root_logger_name.cc root_logger_name.h
 liblog_la_SOURCES += strutil.h strutil.cc
 liblog_la_SOURCES += xdebuglevel.cc xdebuglevel.h
 
+liblog_la_LDFLAGS = $(LOG4CXX_LDFLAGS)
+
 # Note: the ordering matters: -Wno-... must follow -Wextra (defined in
 # B10_CXXFLAGS)
 liblog_la_CXXFLAGS = $(AM_CXXFLAGS)