Made some blind changes to unix/mac projects, so they hopefully build after the directory name changes

Originally committed to SVN as r653.
This commit is contained in:
Rodrigo Braz Monteiro 2006-12-28 23:49:16 +00:00
parent 06cff2e2f2
commit 5366521a33
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
SUBDIRS = ac core locale SUBDIRS = ac aegisub locale

View File

@ -708,8 +708,8 @@
61AE8F2F0A40E9D200C278D1 /* yatta_wrap.cpp */, 61AE8F2F0A40E9D200C278D1 /* yatta_wrap.cpp */,
61AE8F300A40E9D200C278D1 /* yatta_wrap.h */, 61AE8F300A40E9D200C278D1 /* yatta_wrap.h */,
); );
name = core; name = aegisub;
path = ../core; path = ../aegisub;
sourceTree = SOURCE_ROOT; sourceTree = SOURCE_ROOT;
}; };
61AE8EED0A40E9D200C278D1 /* posix */ = { 61AE8EED0A40E9D200C278D1 /* posix */ = {

View File

@ -2,7 +2,7 @@ AC_PREREQ(2.57)
AC_INIT(aegisub, 1.10) AC_INIT(aegisub, 1.10)
AC_CONFIG_AUX_DIR(ac) AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([core/posix/acconf.h]) AC_CONFIG_HEADER([aegisub/posix/acconf.h])
AC_GNU_SOURCE AC_GNU_SOURCE
AC_CANONICAL_HOST AC_CANONICAL_HOST
@ -152,9 +152,9 @@ AC_OUTPUT([
Makefile Makefile
ac/Makefile ac/Makefile
locale/Makefile locale/Makefile
core/Makefile aegisub/Makefile
core/posix/Makefile aegisub/posix/Makefile
core/bitmaps/Makefile aegisub/bitmaps/Makefile
]) ])