summaryrefslogtreecommitdiff
path: root/src/gtkext/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-20 21:59:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-20 21:59:58 (GMT)
commitae7ceae08e2ef0fc2588992e3e53765f3fd47b8e (patch)
tree1794aead77af531c3b7921758081284693091a94 /src/gtkext/Makefile.am
parent6f1919bb70487823a767defca371c4fbadbaa69f (diff)
Created a new GTK widget to draw diagrams.
Diffstat (limited to 'src/gtkext/Makefile.am')
-rw-r--r--src/gtkext/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am
index 00ce40b..158e591 100644
--- a/src/gtkext/Makefile.am
+++ b/src/gtkext/Makefile.am
@@ -2,6 +2,7 @@
noinst_LTLIBRARIES = libgtkext.la
libgtkext_la_SOURCES = \
+ diagram.h diagram.c \
easygtk.h easygtk.c \
gtkbinarystrip.h gtkbinarystrip.c \
gtkblockdisplay.h gtkblockdisplay.c \