From c4b897371ba6772bfed962e7ac067fac5e8a2df8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 4 Sep 2012 22:40:53 +0200 Subject: Plug mainwindow back in --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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" -- cgit v1.2.3