diff options
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f84e7227..cfa71ec9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,9 @@ AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = mana mana_CXXFLAGS = -DPKG_DATADIR=\""$(pkgdatadir)/"\" \ - -DLOCALEDIR=\""$(localedir)"\" + -DLOCALEDIR=\""$(localedir)"\" \ + -Wall \ + -g mana_SOURCES = gui/widgets/avatar.cpp \ gui/widgets/avatar.h \ |