diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-01-18 17:32:42 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-03-15 21:15:41 -0700 |
commit | ae62310c32eb87abbfe12a933a804fc5dce6eee8 (patch) | |
tree | bfdf770ac7ac126578021d156b10750f57772e5f /Makefile.am | |
parent | d8cb52ff218f2076e2c71abd67cbf70c700e7a99 (diff) | |
download | zenity-ae62310c32eb87abbfe12a933a804fc5dce6eee8.tar.gz |
Fix autotools warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index df84b81..81ae6a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -INCLUDES = src +AM_CPPFLAGS = src SUBDIRS = \ src \ |