diff options
author | Florian Dold <florian.dold@gmail.com> | 2013-09-16 12:38:51 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2013-09-16 12:38:51 +0000 |
commit | 9ae1afe31607cbfba772976f793008c65fb1a08e (patch) | |
tree | 65a2e31c002a54bde8b045babeed54e4d4f17ddf /src/dv/Makefile.am | |
parent | b7970fe9e1e4c0321989a6632f21629d5d82a6cc (diff) |
- replace deprecated INCLUDES with AM_CPPFLAGS
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r-- | src/dv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index ad63e83d12..42b27d3efc 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols |