* Makefile (EXTRA_DISTFILES): Distribute the resource files too.
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 1 Feb 2005 13:25:55 +0000 (13:25 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 1 Feb 2005 13:25:55 +0000 (13:25 -0000)
svn path=/trunk/mcs/; revision=39925

mcs/tools/macpack/ChangeLog
mcs/tools/macpack/Makefile

index 5dabfa167ef27df801e6dbb4c5a34854025ce481..e106bd3cb83b99ec6e0513e8a32839a663d1a58c 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-01  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Distribute the resource files too.
+
 2005-02-01  Geoff Norton  <gnorton@customerdna.com>
 
        * Makefile: Fix the build with CSC
index 887e13848361007bce9a697c9d2f3233b124c7b1..67f3de4a9cd5258b8cfaa9d82cec4187b93530a6 100644 (file)
@@ -1,5 +1,5 @@
 thisdir = tools/macpack
-SUBDIRS = 
+SUBDIRS =
 
 RESOURCE_FILES = \
        LOADER \
@@ -12,4 +12,6 @@ LOCAL_MCS_FLAGS = \
 
 PROGRAM = macpack.exe
 
+EXTRA_DISTFILES = $(RESOURCE_FILES)
+
 include ../../build/executable.make