diff options
author | Ted Gould <ted@gould.cx> | 2013-06-07 14:38:00 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-06-07 14:38:00 -0500 |
commit | 3c96b991fb3ef9074b50cf75b023f46b361c1b2e (patch) | |
tree | 75b3d9dc7731e0518e0d3095be2d4a52edb7e77f /tools | |
parent | 1d4bcddfc33392da493c97fd75eda058e492579d (diff) | |
download | libayatana-indicator-3c96b991fb3ef9074b50cf75b023f46b361c1b2e.tar.gz libayatana-indicator-3c96b991fb3ef9074b50cf75b023f46b361c1b2e.tar.bz2 libayatana-indicator-3c96b991fb3ef9074b50cf75b023f46b361c1b2e.zip |
Don't build the GTK2 tools
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index cefd944..8df5445 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,10 +2,6 @@ if USE_GTK3 INDICATOR_LIB = -lindicator3 libexec_PROGRAMS = indicator-loader3 VER=3 -else -VER= -INDICATOR_LIB = -lindicator -libexec_PROGRAMS = indicator-loader endif |