mirror of https://github.com/odrling/Aegisub
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:
parent
06cff2e2f2
commit
5366521a33
|
@ -1,3 +1,3 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = ac core locale
|
||||
SUBDIRS = ac aegisub locale
|
||||
|
||||
|
|
|
@ -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 */ = {
|
||||
|
|
|
@ -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
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue