diff options
author | Ted Gould <ted@gould.cx> | 2011-01-14 00:08:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-14 00:08:27 -0600 |
commit | 1edb21bbb2e4aff542469177328f25c891211f93 (patch) | |
tree | 3d107eeaaeb22346de0b9714c5b21315bd4a7d3c /tests/Makefile.am | |
parent | 6c905a6e958d626df511ced154e9ed8fb867afc5 (diff) | |
parent | fe8048c25ac7a27099156fb3bdf85604e51ed490 (diff) | |
download | ayatana-indicator-application-1edb21bbb2e4aff542469177328f25c891211f93.tar.gz ayatana-indicator-application-1edb21bbb2e4aff542469177328f25c891211f93.tar.bz2 ayatana-indicator-application-1edb21bbb2e4aff542469177328f25c891211f93.zip |
Porting to GDBus and fixing some other misc. issus.
Diffstat (limited to 'tests/Makefile.am')
-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 cef1eda..a885dff 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,6 +14,7 @@ DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.c ######################################### test_approver_SOURCES = \ + $(top_srcdir)/src/gen-notification-approver.xml.c \ test-approver.c test_approver_CFLAGS = \ |