diff options
| author | raveit65 <[email protected]> | 2020-04-18 22:38:20 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-04-18 22:40:59 +0200 |
| commit | 1885ad0401a64ddfe8919f3bf8de92bdc58744f8 (patch) | |
| tree | 343865072f9cb16ca5335753a64306039a649207 | |
| parent | 3f221c658e6b6d88b87efd50c7fcf261b9582677 (diff) | |
| download | caja-dropbox-1885ad0401a64ddfe8919f3bf8de92bdc58744f8.tar.bz2 caja-dropbox-1885ad0401a64ddfe8919f3bf8de92bdc58744f8.tar.xz | |
build: silent build warnings for distcheck
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f68b5ec..11ed243 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,10 @@ caja-dropbox.1: $(top_srcdir)/caja-dropbox.txt.in caja-dropbox $(top_srcdir)/doc SUBDIRS = data src +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ + CFLAGS='-Wno-deprecated-declarations' + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ |
