aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-09-04 22:40:53 +0200
committerThomas White <taw@bitwiz.org.uk>2012-09-04 22:40:53 +0200
commitc4b897371ba6772bfed962e7ac067fac5e8a2df8 (patch)
tree0b0a6581aee0dcbe854d2c1b00f0cf966900faac /Makefile.am
parent66ba736f5e448ebb5bf64fe88048b930e3b0e821 (diff)
Plug mainwindow back in
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9da9649..f565eb7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib \
LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@
src_colloquium_SOURCES = src/colloquium.c src/storycode.c src/render.c \
- src/layout.c
+ src/layout.c src/mainwindow.c src/presentation.c
INCLUDES = "-I$(top_srcdir)/data"