summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-07-05 16:52:52 +0200
committerThomas Günther <tom@toms-cafe.de>2008-07-05 16:52:52 +0200
commit86b4c965294bb3b41da84d66466e5269f235fc17 (patch)
tree546fc15885b9130351c59076a619240d45a83ad2 /tools/Makefile
parent8203b4ce80eb41fd3b3e677da4c0c13e71b9c76a (diff)
downloadvdr-plugin-sudoku-86b4c965294bb3b41da84d66466e5269f235fc17.tar.gz
vdr-plugin-sudoku-86b4c965294bb3b41da84d66466e5269f235fc17.tar.bz2
Added history function
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ca9f65a..edd5432 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,7 +1,7 @@
#
# Sudoku: A plug-in for the Video Disk Recorder
#
-# Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de>
+# Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
-# $Id: Makefile 106 2007-12-03 23:28:24Z tom $
+# $Id: Makefile 140 2008-06-30 22:10:38Z tom $
# Define STATIC_LINK=1 to force static linking
#STATIC_LINK = 1
@@ -27,7 +27,7 @@
PROGRAM = sudoku_generator
-SRCS = ../puzzle.cpp ../generator.cpp ../solver.cpp ../backtrack.cpp
+SRCS = ../puzzle.cpp ../generator.cpp ../solver.cpp ../backtrack.cpp ../history.cpp
VERSION = $(shell sed -ne '/static .* VERSION *=/s/^.*"\(.*\)".*$$/\1/p' \
../sudoku.cpp)