From f002850e170585f1cddaf0bcedc14e18e3401a38 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 6 May 2010 16:05:34 +0000 Subject: [PATCH] Fix distfile creation. Originally committed to SVN as r4260. --- aegisub/src/libresrc/Makefile.am | 2 +- aegisub/tools/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/aegisub/src/libresrc/Makefile.am b/aegisub/src/libresrc/Makefile.am index 661fcc57e..67602640d 100644 --- a/aegisub/src/libresrc/Makefile.am +++ b/aegisub/src/libresrc/Makefile.am @@ -12,7 +12,7 @@ bitmap.cpp: ../../tools/common-respack default_config.cpp: ../../tools/common-respack ../../tools/common-respack default_config.cpp ./default_mru.json -EXTRA_DIST = mru.json +EXTRA_DIST = default_mru.json CLEANFILES= \ bitmap.cpp \ diff --git a/aegisub/tools/Makefile.am b/aegisub/tools/Makefile.am index e58771fc4..7fd36a130 100644 --- a/aegisub/tools/Makefile.am +++ b/aegisub/tools/Makefile.am @@ -11,6 +11,5 @@ endif EXTRA_DIST = \ osx-bundle-restart-helper.c \ osx-bundle.sh \ - osx-dmg-dsstore.pl \ osx-dmg.sh \ osx-fix-libs.py