From 8ba90af9cd1de4652228414c4a145ef67f43c146 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 16 Feb 2009 00:27:52 +0000 Subject: [PATCH] Add missing files from aegisub/libosxutil/, packages/, and scripts/. All of the missing files were related to OS X. Originally committed to SVN as r2735. --- Makefile.am | 24 ++++++++++++++++++++++++ aegisub/libosxutil/Makefile.am | 5 +++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a4891fcd..3b73a8b5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,30 @@ EXTRA_DIST += \ m4macros/ax_check_gl.m4 \ m4macros/ac_flag.m4 +# scripts/ +EXTRA_DIST += \ + scripts/osx-bundle-restart-helper.c \ + scripts/osx-bundle.sh \ + scripts/osx-dmg-dsstore.pl \ + scripts/osx-dmg.sh \ + scripts/osx-fix-libs.py \ + scripts/unix-gen-res.awk \ + scripts/unix-gen-xpm.awk + +# packages/osx_bundle/ +EXTRA_DIST += \ + packages/osx_bundle/Contents/Info.plist \ + packages/osx_bundle/Contents/Resources/*.icns \ + packages/osx_bundle/Contents/Resources/etc/fonts/fonts.conf \ + packages/osx_bundle/Contents/Resources/etc/fonts/fonts.dtd \ + packages/osx_bundle/Contents/Resources/etc/fonts/conf.d/*.conf + +# packages/osx_dmg/ +EXTRA_DIST += \ + packages/osx_dmg/dmg_background.png \ + packages/osx_dmg/dmg_set_style.applescript + + CLEANFILES= \ intltool-extract \ intltool-merge \ diff --git a/aegisub/libosxutil/Makefile.am b/aegisub/libosxutil/Makefile.am index 0943b84b7..b512b7015 100644 --- a/aegisub/libosxutil/Makefile.am +++ b/aegisub/libosxutil/Makefile.am @@ -4,9 +4,10 @@ libosxutil_a_SOURCES = bundledirs.c noinst_HEADERS = libosxutil.h -if BUILD_DARWIN CLEANFILES = bundledirs-test + +EXTRA_DIST= bundledirs-test.c + bundledirs-test: libosxutil.a $(CC) -c bundledirs-test.c $(CC) -o bundledirs-test -framework CoreFoundation bundledirs-test.o libosxutil.a -endif