diff options
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index bde5f6e..8e13a34 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -1,5 +1,6 @@ AC_INIT([fmplayer], [0.1.0]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) +AM_SILENT_RULES([yes]) AC_PROG_CC_C99 dnl AM_PATH_SDL2([2.0.5]) |