diff options
author | Stef Walter <stefw@gnome.org> | 2013-04-09 08:34:44 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-05-21 11:31:09 +0200 |
commit | 30830eb693ac2e89f28bb34459db6837031ca795 (patch) | |
tree | 34d0a402ab588bd80c5c997de402e289d7db227d /trust/tests | |
parent | dcabaf1d56d410ba7ddb3dfbab9011bbbea5e6bc (diff) |
Fix up Makefile.am files for automake 1.13 warnings
Diffstat (limited to 'trust/tests')
-rw-r--r-- | trust/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/tests/Makefile.am b/trust/tests/Makefile.am index 240bd7d..abacab6 100644 --- a/trust/tests/Makefile.am +++ b/trust/tests/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/build/Makefile.tests -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(srcdir)/.. \ -I$(top_srcdir)/common \ |