summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-07-31 16:34:07 -0700
committerJohn Stebbins <[email protected]>2019-07-31 16:34:07 -0700
commite666459482b2583eb0d6aa6cd886e4e7ba35012b (patch)
tree6e83c7845da29d049c0be41d725ec3ee43f6e023 /gtk/src
parentea718684d3b054bfe2b28aae977e6bb057c12938 (diff)
LinGui: make selection of gtk3/gtk4 configure-able
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am
index 617e71012..d968c1812 100644
--- a/gtk/src/Makefile.am
+++ b/gtk/src/Makefile.am
@@ -151,20 +151,10 @@ if GHB_GTK_3_16
UI=316
UI_FILE=ghb3.ui
else
-if GHB_GTK_3_14
-UI=314
-UI_FILE=ghb3.ui
-else
-if GHB_GTK_3_12
-UI=312
-UI_FILE=ghb3.ui
-else
UI=300
UI_FILE=ghb3.ui
endif
endif
-endif
-endif
ui_res.c : ui_res.gresource.xml ui_res.h $(srcdir)/$(UI_FILE)
glib-compile-resources --generate --target=$@ --c-name ghb_ui --manual-register $<