Make sure the sources get distributed (use EXTRA_DIST)
authorReid Spencer <rspencer@reidspencer.com>
Thu, 28 Oct 2004 06:42:34 +0000 (06:42 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 28 Oct 2004 06:42:34 +0000 (06:42 +0000)
Add the goof.st sample.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17312 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/samples/Makefile

index 999f7c0cd9961fdd424aafb6d4c9a3192664851a..2d4c40cbbbd029687f763353b97c7b597b3a82aa 100644 (file)
@@ -8,13 +8,11 @@
 # Indicates our relative path to the top of the project's root directory.
 #
 LEVEL = ../../..
-
-#
-# Directories that needs to be built.
-#
 DIRS = 
 
-SAMPLES = fibonacci hello prime
+EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
+
+SAMPLES = fibonacci hello prime goof
 
 LLVMC_EXEC = $(TOOLDIR)/llvmc