diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:43:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:43:40 -0600 |
commit | fbf708eb94946bf976ea3902f00d4a4376c760da (patch) | |
tree | aba8d989bb0ac824893f7e07f2801df868a0f673 /tests/Makefile.am | |
parent | 6145439d03bae606b1376795b10e934dfe76293f (diff) | |
parent | c2e08e008bd9ea4f43a15390e6e4116cc714521a (diff) | |
download | libayatana-appindicator-fbf708eb94946bf976ea3902f00d4a4376c760da.tar.gz libayatana-appindicator-fbf708eb94946bf976ea3902f00d4a4376c760da.tar.bz2 libayatana-appindicator-fbf708eb94946bf976ea3902f00d4a4376c760da.zip |
Adding a convience function for building the items from a desktop file
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f2bdbb2..9cecd5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,7 +13,9 @@ check_PROGRAMS = \ TESTS = DISTCLEANFILES = $(TESTS) -EXTRA_DIST = run-xvfb.sh +EXTRA_DIST = \ + run-xvfb.sh \ + test-libappindicator.desktop ######################################### ## test-libappindicator @@ -24,6 +26,7 @@ test_libappindicator_SOURCES = \ test_libappindicator_CFLAGS = \ $(INDICATOR_CFLAGS) \ + -DSRCDIR="\"$(srcdir)\"" \ -Wall -Werror \ -I$(top_srcdir)/src |