diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-08-22 09:57:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-08-22 09:57:08 -0500 |
commit | 2481b74fa64122365eef5293ae86d71b5fae3fa6 (patch) | |
tree | cc3845ff2ee2c8ec173b072de9fabe29670588c4 /src/Makefile.am | |
parent | 8f279d3f26f588bb022f3f0d05edff6858035eab (diff) | |
parent | 73302803e066d8d36e425feda15f57fca44f4bc5 (diff) | |
download | ayatana-ido-2481b74fa64122365eef5293ae86d71b5fae3fa6.tar.gz ayatana-ido-2481b74fa64122365eef5293ae86d71b5fae3fa6.tar.bz2 ayatana-ido-2481b74fa64122365eef5293ae86d71b5fae3fa6.zip |
merge lp:~charlesk/ido/nogtk2 to remove gtk2 support from the configure script and the source
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 79e3e04..017874f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,5 @@ -if USE_GTK3 VER=3 lib_LTLIBRARIES = libido3-0.1.la -else -VER= -lib_LTLIBRARIES = libido-0.1.la -endif ido_built_public_sources = \ idotypebuiltins.h |