diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 14:08:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 14:08:44 -0600 |
commit | 6c905a6e958d626df511ced154e9ed8fb867afc5 (patch) | |
tree | c866e25da37bcc927df40ac04c9c0460a6962edd /autogen.sh | |
parent | 12d94d3b9aa17214cadec6e98831356330cead51 (diff) | |
parent | 97fcd2621c571bda84b090961e31c54104641257 (diff) | |
download | ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.gz ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.bz2 ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.zip |
Remove the library from the build
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,5 +8,4 @@ which gnome-autogen.sh || { } USE_GNOME2_MACROS=1 \ -USE_COMMON_DOC_BUILD=yes \ -gnome-autogen.sh --enable-gtk-doc $@ +gnome-autogen.sh $@ |