diff options
author | Ted Gould <ted@gould.cx> | 2010-11-08 11:49:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-08 11:49:47 -0500 |
commit | 2e1b3533b988c227f5699bc88dc5df0e67669430 (patch) | |
tree | f7d3910bc7f9d7ace73810eeaaf2f593e269a20b /tests | |
parent | 145fd40be09045eb775dd5cdf754623ae7fc210b (diff) | |
download | libayatana-appindicator-2e1b3533b988c227f5699bc88dc5df0e67669430.tar.gz libayatana-appindicator-2e1b3533b988c227f5699bc88dc5df0e67669430.tar.bz2 libayatana-appindicator-2e1b3533b988c227f5699bc88dc5df0e67669430.zip |
Adding the srcdir to the build command line
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f52b78b..9cecd5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,6 +26,7 @@ test_libappindicator_SOURCES = \ test_libappindicator_CFLAGS = \ $(INDICATOR_CFLAGS) \ + -DSRCDIR="\"$(srcdir)\"" \ -Wall -Werror \ -I$(top_srcdir)/src |