diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 11:52:09 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 11:52:09 -0500 |
commit | ba24704988964a1f211e82e87cbe8aca29641979 (patch) | |
tree | f2218fc755cf815cfea4249388301fcd7867297b /autogen.sh | |
parent | 033de5525d9a2074232e9e0c745a82fd9ad07b4b (diff) | |
download | libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.tar.gz libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.tar.bz2 libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.zip |
Deleting everything only leaving libindicator
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -PKG_NAME="indicator-applet" +PKG_NAME="libindicator" which gnome-autogen.sh || { echo "You need gnome-common from GNOME SVN" @@ -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 |