]> git.draconx.ca Git - liblbx.git/blobdiff - src/gui/Makefile.inc
lbxgui: Add copyright notices.
[liblbx.git] / src / gui / Makefile.inc
index ac8260f577d32882d3f06cecaa6fc5a3d9a5ac46..d195d3580f179bca43eb629b9953982693d5f36d 100644 (file)
@@ -1,7 +1,13 @@
+# Copyright (C) 2010 Nick Bowler
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 if BUILD_LBXGUI
 
 bin_PROGRAMS += lbxgui
-lbxgui_SOURCES  = src/gui/lbxgui.c
+lbxgui_SOURCES  = src/gui/render.c src/gui/lbxgui.c
 lbxgui_LDADD    = liblbx.la $(GTK_LIBS)
 lbxgui_CPPFLAGS = -I$(top_srcdir)/src
 lbxgui_CFLAGS   = $(GTK_CFLAGS)