From 032225d44d7dec9bb0f4fdb6e175c83f28b6e9a2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 11 Oct 2012 07:03:06 -0400 Subject: [PATCH] Makefile: add *.cpp and *.h to automatically distributed SOURCE. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2