aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-02 03:38:38 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-02 03:52:37 +0300
commit20f530f7e8acc2b658aa63f90f96b6ddbc4430d3 (patch)
tree30f0cefa3e68fb246da0259f55048b94e56b75a7 /src/interface-gtk/Makefile.am
parent38ae2e440127137c57a2d782cecffc3ce5e19804 (diff)
refactored GTK implementation of teco_view_t into its own file
Also makes sense since all other GObject classes are in separate files.
Diffstat (limited to 'src/interface-gtk/Makefile.am')
-rw-r--r--src/interface-gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface-gtk/Makefile.am b/src/interface-gtk/Makefile.am
index 50e5311..e731a21 100644
--- a/src/interface-gtk/Makefile.am
+++ b/src/interface-gtk/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/contrib/rb3ptr \
AM_CFLAGS = -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value
noinst_LTLIBRARIES = libsciteco-interface.la
-libsciteco_interface_la_SOURCES = interface.c \
+libsciteco_interface_la_SOURCES = view.c interface.c \
gtk-info-popup.c gtk-info-popup.h \
gtk-label.c gtk-label.h