From: W. Trevor King Date: Thu, 11 Oct 2012 11:03:06 +0000 (-0400) Subject: Makefile: add *.cpp and *.h to automatically distributed SOURCE. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=032225d44d7dec9bb0f4fdb6e175c83f28b6e9a2;p=assignment-template.git Makefile: add *.cpp and *.h to automatically distributed SOURCE. --- diff --git a/Makefile b/Makefile index d6ad2e6..198c02e 100644 --- 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.