diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:48:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:48:10 -0600 |
commit | 8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e (patch) | |
tree | d7ac15bb30fb017e184ae1c647d027f5edeb3a92 /tests/Makefile.am | |
parent | 2855f7ddc41cee49729cc94a43a3bead2de22055 (diff) | |
parent | fbf708eb94946bf976ea3902f00d4a4376c760da (diff) | |
download | libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.tar.gz libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.tar.bz2 libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.zip |
Merging from trunk with the desktop convience function.
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 5b7879c..15e477e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -12,7 +12,9 @@ check_PROGRAMS = \ TESTS = DISTCLEANFILES = $(TESTS) -EXTRA_DIST = run-xvfb.sh +EXTRA_DIST = \ + run-xvfb.sh \ + test-libappindicator.desktop ######################################### ## test-libappindicator @@ -23,6 +25,7 @@ test_libappindicator_SOURCES = \ test_libappindicator_CFLAGS = \ $(LIBRARY_CFLAGS) \ + -DSRCDIR="\"$(srcdir)\"" \ -Wall -Werror \ -I$(top_srcdir)/src |