diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-07 17:18:10 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-07 17:18:10 -0700 |
commit | 84a63033c820bf890e0bcecd2f07cc325c44e9e9 (patch) | |
tree | 64bc31aaac19f8c5785b851f3b07541d91d36a8c /tests | |
parent | 78c634c4ff2d9f64712f4a667facc66dc48a9762 (diff) | |
download | ayatana-ido-84a63033c820bf890e0bcecd2f07cc325c44e9e9.tar.gz ayatana-ido-84a63033c820bf890e0bcecd2f07cc325c44e9e9.tar.bz2 ayatana-ido-84a63033c820bf890e0bcecd2f07cc325c44e9e9.zip |
require gtk3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 04e6cde..89b9b5b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,10 +1,5 @@ -if USE_GTK3 VER=3 IDOLIB = $(top_builddir)/src/libido3-0.1.la -else -VER= -IDOLIB = $(top_builddir)/src/libido-0.1.la -endif check_LIBRARIES = libgtest.a check_PROGRAMS = |