diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 21:10:00 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 21:10:00 -0500 |
commit | d7c39d7b2654985016f533217e300b5dd5573020 (patch) | |
tree | 56b851187beca010adbb2b1fd7dda8e7c742080b /tests/Makefile.am | |
parent | ed8163b9de3adf9883b2cf0c47c35bad2fe221ff (diff) | |
download | ayatana-indicator-application-d7c39d7b2654985016f533217e300b5dd5573020.tar.gz ayatana-indicator-application-d7c39d7b2654985016f533217e300b5dd5573020.tar.bz2 ayatana-indicator-application-d7c39d7b2654985016f533217e300b5dd5573020.zip |
Building an application indicator 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 a920a20..6ee3a02 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -112,7 +112,8 @@ test_approver_CFLAGS = \ -I$(top_srcdir)/src test_approver_LDADD = \ - $(INDICATOR_LIBS) + $(INDICATOR_LIBS) \ + $(top_builddir)/src/libappindicator.la ######################################### ## test-libappindicator-fallback |