diff options
author | Ted Gould <ted@gould.cx> | 2015-03-06 09:44:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-03-06 09:44:27 -0600 |
commit | b540111644608c4873b0075b96a7cfbc127501ee (patch) | |
tree | 25efcded60f08f494cea6c60abd410405c6d082b /tests | |
parent | e906c4b452d4ca394e327b2ccaa3a3d4083e1a08 (diff) | |
download | ayatana-indicator-messages-b540111644608c4873b0075b96a7cfbc127501ee.tar.gz ayatana-indicator-messages-b540111644608c4873b0075b96a7cfbc127501ee.tar.bz2 ayatana-indicator-messages-b540111644608c4873b0075b96a7cfbc127501ee.zip |
Adding in libdbustest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1980de3..7d433ba 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -47,10 +47,12 @@ indicator_test_CPPFLAGS = \ -DINDICATOR_MESSAGES_SERVICE_BINARY="\"$(top_bindir)/service/indicator-messages-service\"" \ -std=c++11 \ $(APPLET_CFLAGS) \ + $(DBUSTEST_CFLAGS) \ $(AM_CPPFLAGS) indicator_test_LDADD = \ $(APPLET_LIBS) \ + $(DBUSTEST_LIBS) \ libgtest.a TESTS += indicator-test |