diff options
author | Ted Gould <ted@gould.cx> | 2010-03-10 22:10:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-10 22:10:05 -0600 |
commit | fdba9943dd3f86221df081b4c94089b30dfb9fef (patch) | |
tree | 618269f52f122feaf6100fe2421a6b08eba71c29 /helper/test-loader-build | |
parent | 436e5f16715448637e71fad02689d99eb7a2d8c6 (diff) | |
parent | fc9f46093c8b8a6564c62b5e6c9b6ec591acbf99 (diff) | |
download | libayatana-indicator-fdba9943dd3f86221df081b4c94089b30dfb9fef.tar.gz libayatana-indicator-fdba9943dd3f86221df081b4c94089b30dfb9fef.tar.bz2 libayatana-indicator-fdba9943dd3f86221df081b4c94089b30dfb9fef.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 |