From 4a529901ad6ce3d4d4c53b68dde56f8b698661a8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 30 Sep 2012 11:43:02 +0000 Subject: Renamed the resulting binary to 'sudoku'. --- src/Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2e1bae4..88b0054 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,7 @@ -bin_PROGRAMS = sudokusolver +bin_PROGRAMS = sudoku -# You have two .cpp files you wrote, editor.cpp and another.cpp -# Remember to include the name of the resource file with the .cpp extension. -sudokusolver_SOURCES = \ +# Project C++ source files +sudoku_SOURCES = \ cell.cc \ main.cc \ mainwindow.cc \ @@ -10,9 +9,8 @@ sudokusolver_SOURCES = \ sudoku.cc \ sudokuwidget.cc -# You have one .h file, it's called editor.h. Therefore, here I list -# its mocced name, moc_editor.cpp. -nodist_sudokusolver_SOURCES = \ +# moc generated C++ source files +nodist_sudoku_SOURCES = \ moc_mainwindow.cc \ moc_solverwindow.cc \ moc_sudokuwidget.cc -- cgit v1.2.3