diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-22 14:01:30 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-06-22 14:01:30 +0000 |
commit | f2ace018e7bdc07b086780ca71833a913171a266 (patch) | |
tree | 16d99770b1015e5b32b00001d5b4c610946b81de /src/Makefile.am | |
parent | ab3fc0e2f5b8c730e0694f1bf07a0709867a5683 (diff) | |
parent | a6590cca4e5eea7c52df703751b08e7f85e10b3b (diff) | |
download | ayatana-indicator-application-f2ace018e7bdc07b086780ca71833a913171a266.tar.gz ayatana-indicator-application-f2ace018e7bdc07b086780ca71833a913171a266.tar.bz2 ayatana-indicator-application-f2ace018e7bdc07b086780ca71833a913171a266.zip |
remove gtk2 support. Fixes: https://bugs.launchpad.net/bugs/996607. Approved by Lars Uebernickel.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e445d78..1d8875e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,3 @@ -if USE_GTK3 -VER=3 -else -VER= -endif - CLEANFILES = DISTCLEANFILES = BUILT_SOURCES = |