summaryrefslogtreecommitdiff
path: root/plugins/gtkui/Makefile.am
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-10-09 21:49:33 +0200
committerGravatar waker <wakeroid@gmail.com>2012-10-09 21:49:33 +0200
commitc82ab50a979fa328b4f59fbcdace66a4a708ff46 (patch)
treea2463864b29bc9bb08a7c9268c00410cfc814214 /plugins/gtkui/Makefile.am
parentaa6117ca31c934e443b60c5070107b15eaf358e1 (diff)
fixed gtk2/3 configure options -- now there's no --disable/enable-gtkui, only --disable/enable-gtk2 and -gtk3.
Diffstat (limited to 'plugins/gtkui/Makefile.am')
-rw-r--r--plugins/gtkui/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/gtkui/Makefile.am b/plugins/gtkui/Makefile.am
index bb3bfca5..2ec703d8 100644
--- a/plugins/gtkui/Makefile.am
+++ b/plugins/gtkui/Makefile.am
@@ -1,4 +1,3 @@
-if HAVE_GTKUI
gtkuidir = $(libdir)/$(PACKAGE)
if HAVE_SM
@@ -101,4 +100,3 @@ ddb_gui_GTK2_fallback_la_CFLAGS = -std=c99 -I $(GTK_ROOT)/include -I $(GTK_ROOT)
endif
-endif