Move LogMessageData from .h to .cc
[platform/upstream/glog.git] / Makefile.am
index 772228f..e32bc6a 100644 (file)
@@ -25,6 +25,10 @@ else
 endif
 endif
 
+if DISABLE_RTTI
+  AM_CXXFLAGS += -fno-rtti
+endif
+
 glogincludedir = $(includedir)/glog
 ## The .h files you want to install (that is, .h files that people
 ## who install this package can include in their own applications.)
@@ -232,6 +236,9 @@ EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb
        src/windows/glog/vlog_is_on.h \
        $(WINDOWS_PROJECTS)
 
+CLEANFILES = core demangle.dm demangle.nm signalhandler.out* \
+       signalhandler_unittest.*.log.INFO.*
+
 # Add pkgconfig file
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libglog.pc