diff options
author | monsta <[email protected]> | 2016-12-13 11:32:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-13 11:32:51 +0300 |
commit | f2aa4cd5009a2766674ae02d2cc4f5e4fddb4079 (patch) | |
tree | 78fac7f8ae47c76c41195586ff7ec9bb10924ae6 /Makefile.am | |
parent | b4ddcc1d1f7635d19db4b015a54b45dca63e2c88 (diff) | |
download | libmateweather-f2aa4cd5009a2766674ae02d2cc4f5e4fddb4079.tar.bz2 libmateweather-f2aa4cd5009a2766674ae02d2cc4f5e4fddb4079.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 325b0a7..f836421 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-icon-update \ - --with-gtk=$(GTK_API_VERSION) + --disable-icon-update EXTRA_DIST = \ autogen.sh |