diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 21:35:45 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 21:35:45 -0500 |
commit | 25b69bb08e3e5a3df7037f8ac786422ff53f6425 (patch) | |
tree | 4bf494ab0e9a5605e97f4066bb4ac9d5fb851462 /tests/Makefile.am | |
parent | 1b89529258a612d2df0e1114b708ad4ea61c59aa (diff) | |
download | libayatana-appindicator-25b69bb08e3e5a3df7037f8ac786422ff53f6425.tar.gz libayatana-appindicator-25b69bb08e3e5a3df7037f8ac786422ff53f6425.tar.bz2 libayatana-appindicator-25b69bb08e3e5a3df7037f8ac786422ff53f6425.zip |
Need the built headers too
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 35d557e..867d4de 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -109,7 +109,8 @@ test_approver_SOURCES = \ test_approver_CFLAGS = \ $(INDICATOR_CFLAGS) \ -Wall -Werror \ - -I$(top_srcdir)/src + -I$(top_srcdir)/src \ + -I$(top_builddir)/src test_approver_LDADD = \ $(INDICATOR_LIBS) \ |