diff options
author | Ted Gould <ted@gould.cx> | 2010-03-10 16:55:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-10 16:55:44 -0600 |
commit | 680631ecb23035db0ef370419d4b6334aa516db1 (patch) | |
tree | b3c12eb65c2c2f3fc916726f12031e5661a415e9 /helper/test-loader-build | |
parent | 436e5f16715448637e71fad02689d99eb7a2d8c6 (diff) | |
parent | 5867fa760a390d48f30e8794f6292601c61cefad (diff) | |
download | libayatana-indicator-680631ecb23035db0ef370419d4b6334aa516db1.tar.gz libayatana-indicator-680631ecb23035db0ef370419d4b6334aa516db1.tar.bz2 libayatana-indicator-680631ecb23035db0ef370419d4b6334aa516db1.zip |
* Upstream merge
* Adding in a image loader helper for indicators.
Diffstat (limited to 'helper/test-loader-build')
-rwxr-xr-x | helper/test-loader-build | 3 |
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 |