diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-27 16:01:57 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-27 16:01:57 +0100 |
| commit | ebd0025f033ecf8f21d42e6a2c80ac312ec8116f (patch) | |
| tree | d1775011eb97d381b0fa5c8c56fc3608b98a2b66 /src/Daemon/Makefile.am | |
| parent | 5a736b8527fa667fde9d925b9139554334665036 (diff) | |
| download | abrt-ebd0025f033ecf8f21d42e6a2c80ac312ec8116f.tar.gz abrt-ebd0025f033ecf8f21d42e6a2c80ac312ec8116f.tar.xz abrt-ebd0025f033ecf8f21d42e6a2c80ac312ec8116f.zip | |
- fixed few gcc warnings
- added scrolled window for long reports
- fixes for all issues identified in review (awilliam@redhat.com)
Diffstat (limited to 'src/Daemon/Makefile.am')
| -rw-r--r-- | src/Daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index a9486bc..8a88fbc 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -1,7 +1,7 @@ sbin_PROGRAMS = crash-catcher crash_catcher_SOURCES = CrashWatcher.cpp CrashWatcher.h Daemon.cpp DBusServerProxy.h \ DBusCommon.h -crash_catcher_CPPFLAGS = -I../../lib/MiddleWare\ +crash_catcher_CPPFLAGS = -Wall -Werror -I../../lib/MiddleWare\ -I../../lib/DBus \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(DBUS_GLIB_CFLAGS) $(DBUSCPP_CFLAGS) \ -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \ |
