summaryrefslogtreecommitdiff
path: root/frontends/gtk/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-13 12:09:21 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-13 12:09:21 +0100
commit6a1dbd377b437e227b17c0521986550208bf4a3d (patch)
treeaf61f13a4bab93cb23d76071bbbdb4d273683cfc /frontends/gtk/Makefile
parenta3c3b2fa976a0679b40c85c3afb89e66cd8d1bfb (diff)
downloadnetsurf-6a1dbd377b437e227b17c0521986550208bf4a3d.tar.gz
netsurf-6a1dbd377b437e227b17c0521986550208bf4a3d.tar.bz2
remove login window from gtk front end
Diffstat (limited to 'frontends/gtk/Makefile')
-rw-r--r--frontends/gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index 72d748362..db8a07a07 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -165,7 +165,7 @@ endif
# S_FRONTEND are sources purely for the GTK frontend
S_FRONTEND := gui.c schedule.c layout_pango.c bitmap.c plotters.c \
- scaffolding.c gdk.c completion.c login.c throbber.c accelerator.c \
+ scaffolding.c gdk.c completion.c throbber.c accelerator.c \
selection.c window.c fetch.c download.c menu.c print.c \
search.c tabs.c toolbar.c gettext.c compat.c viewdata.c \
viewsource.c preferences.c about.c resources.c corewindow.c \