diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-14 22:57:55 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-14 23:01:32 +0800 |
commit | 63d0dca04581603d862d3fd74e83c992b5c8baec (patch) | |
tree | 610b21f44c360594abfbdf5d42853d6baeb44208 /Makefile.am | |
parent | 67247db727a6fc1724de9c94c4030e9c02b250d5 (diff) | |
download | gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.tar gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.tar.gz gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.tar.bz2 gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.tar.lz gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.tar.xz gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.tar.zst gsoc2013-epiphany-63d0dca04581603d862d3fd74e83c992b5c8baec.zip |
Run distcheck builds with debug enabled
We are going to need this for ephy_file to pick up all the data paths.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 68235f776..663ddcbdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ DISTCLEANFILES = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ + --enable-debug \ --enable-zeroconf \ --enable-gtk-doc \ --disable-schemas-install \ |