Makefile: add *.cpp and *.h to automatically distributed SOURCE.
[assignment-template.git] / Makefile
index d6ad2e6940d20b03e4ea42bd789163ee003af27c..198c02ef520d784472a9a40ea6a074af29f99164 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ CXX_PROGRAMS = goodbye_world
 PROGRAMS = $(C_PROGRAMS) $(CXX_PROGRAMS)
 
 # Define the source files that will be distributed in the tarball
-SOURCE = *.c COPYING Makefile README
+SOURCE = *.c *.cpp *.h COPYING Makefile README
 
 # Define a list of object files needed to link PROGRAM.  We're setting
 # things up here so that a program % depends on the object file %.o.