From 5366521a33cd57056ea96f5255594879778be073 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 28 Dec 2006 23:49:16 +0000 Subject: [PATCH] Made some blind changes to unix/mac projects, so they hopefully build after the directory name changes Originally committed to SVN as r653. --- Makefile.am | 2 +- aegisub/macosx/macosx.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 500238698..d3139564a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = ac core locale +SUBDIRS = ac aegisub locale diff --git a/aegisub/macosx/macosx.xcodeproj/project.pbxproj b/aegisub/macosx/macosx.xcodeproj/project.pbxproj index 0df9ced57..2105f6e19 100644 --- a/aegisub/macosx/macosx.xcodeproj/project.pbxproj +++ b/aegisub/macosx/macosx.xcodeproj/project.pbxproj @@ -708,8 +708,8 @@ 61AE8F2F0A40E9D200C278D1 /* yatta_wrap.cpp */, 61AE8F300A40E9D200C278D1 /* yatta_wrap.h */, ); - name = core; - path = ../core; + name = aegisub; + path = ../aegisub; sourceTree = SOURCE_ROOT; }; 61AE8EED0A40E9D200C278D1 /* posix */ = { diff --git a/configure.ac b/configure.ac index 120f157ba..4ec5adb06 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) AC_INIT(aegisub, 1.10) AC_CONFIG_AUX_DIR(ac) AM_INIT_AUTOMAKE -AC_CONFIG_HEADER([core/posix/acconf.h]) +AC_CONFIG_HEADER([aegisub/posix/acconf.h]) AC_GNU_SOURCE AC_CANONICAL_HOST @@ -152,9 +152,9 @@ AC_OUTPUT([ Makefile ac/Makefile locale/Makefile - core/Makefile - core/posix/Makefile - core/bitmaps/Makefile + aegisub/Makefile + aegisub/posix/Makefile + aegisub/bitmaps/Makefile ])