diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 12:37:58 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 12:37:58 +0100 |
commit | b99103376be47ed4d1b2a74c2abc441141bc8107 (patch) | |
tree | b6c00a3a48f2df630a71766748bdc13e88b74838 /test/indicator-messages-service-activate.build.sh | |
parent | e6c51e39309fe1f951df75ee80a43b12ed3e4265 (diff) | |
parent | 7bd2ed28f7657191beb001f60109167ab1644a57 (diff) | |
download | ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.gz ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.bz2 ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.zip |
Merging in the branch that pulls in the dbusmenu changes that change to using a service.
Diffstat (limited to 'test/indicator-messages-service-activate.build.sh')
-rw-r--r-- | test/indicator-messages-service-activate.build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/indicator-messages-service-activate.build.sh b/test/indicator-messages-service-activate.build.sh new file mode 100644 index 0000000..87a0316 --- /dev/null +++ b/test/indicator-messages-service-activate.build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gcc -o indicator-messages-service-activate indicator-messages-service-activate.c `pkg-config --cflags --libs dbus-1 dbus-glib-1` |