aboutsummaryrefslogtreecommitdiff
path: root/helper/test-loader-build
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-03-11 16:34:22 -0500
committerKen VanDine <ken.vandine@canonical.com>2010-03-11 16:34:22 -0500
commitc74b2455350de6b46dd5b254a41e685783468283 (patch)
treedb318eb85d6b43c3e45406156df62f095de211cd /helper/test-loader-build
parente9aea6f9478ec403fee9e6791c178e4fe95da560 (diff)
parenta815f8420172fd403de2669ecce4b6a2c19dc5f9 (diff)
downloadlibayatana-indicator-c74b2455350de6b46dd5b254a41e685783468283.tar.gz
libayatana-indicator-c74b2455350de6b46dd5b254a41e685783468283.tar.bz2
libayatana-indicator-c74b2455350de6b46dd5b254a41e685783468283.zip
* Upstream release 0.3.5
* Adding in a image loader helper for indicators.
Diffstat (limited to 'helper/test-loader-build')
-rwxr-xr-xhelper/test-loader-build3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper/test-loader-build b/helper/test-loader-build
new file mode 100755
index 0000000..fa1e006
--- /dev/null
+++ b/helper/test-loader-build
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+gcc `pkg-config --cflags --libs gtk+-2.0` -I../libindicator/ test-loader.c ../libindicator/indicator-image-helper.c -o test-loader