aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-gtk/Makefile.am')
-rw-r--r--src/interface-gtk/Makefile.am17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/interface-gtk/Makefile.am b/src/interface-gtk/Makefile.am
index af26519..d470f85 100644
--- a/src/interface-gtk/Makefile.am
+++ b/src/interface-gtk/Makefile.am
@@ -3,20 +3,9 @@ AM_CPPFLAGS += -I$(top_srcdir)/contrib/rb3ptr \
AM_CFLAGS = -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value
-EXTRA_DIST = teco-gtk-info-popup.gob \
- teco-gtk-label.gob
-BUILT_SOURCES = teco-gtk-info-popup.c teco-gtk-info-popup.h \
- teco-gtk-info-popup-private.h \
- teco-gtk-label.c teco-gtk-label.h
-
noinst_LTLIBRARIES = libsciteco-interface.la
-libsciteco_interface_la_SOURCES = interface.c
-nodist_libsciteco_interface_la_SOURCES = teco-gtk-info-popup.c \
- teco-gtk-label.c
+libsciteco_interface_la_SOURCES = interface.c \
+ gtk-info-popup.c gtk-info-popup.h \
+ gtk-label.c gtk-label.h
dist_pkgdata_DATA = fallback.css
-
-CLEANFILES = $(BUILT_SOURCES)
-
-%.c %.h %-private.h : %.gob
- @GOB2@ --gtk3 $<