diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-16 21:49:12 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-16 21:49:12 +0300 |
| commit | 9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 (patch) | |
| tree | bac8e09be68602d9ef62bddd7e7cb9e2577f8eb3 /configure.ac | |
| parent | 8f19dd4bc9e8189b3aa28040b2a7ee3fcd977f35 (diff) | |
| download | pcsxr-9f2574f34ef6f010e50b17c7dc1acf18e00a2a34.tar.gz | |
* Move data and pixmaps folders inside gui folder to reflect codeplex branch.
* Enable overclock feature in config file.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6f8166a6..ce160659 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([pcsxr], [1.9.95]) AC_CONFIG_MACRO_DIRS([m4]) AC_CANONICAL_HOST AC_CANONICAL_BUILD -AM_INIT_AUTOMAKE(foreign) +AM_INIT_AUTOMAKE(foreign subdir-objects) AM_MAINTAINER_MODE AC_CONFIG_HEADERS([include/config.h:include/config.h.in]) @@ -40,7 +40,7 @@ AC_SUBST(GTK3_CFLAGS) AC_SUBST(GTK3_LIBS) AC_CONFIG_FILES([Makefile -data/Makefile +gui/data/Makefile doc/Makefile libpcsxcore/Makefile gui/Makefile @@ -51,7 +51,7 @@ plugins/dfxvideo/Makefile plugins/dfcdrom/Makefile plugins/dfnet/Makefile plugins/peopsxgl/Makefile -pixmaps/Makefile +gui/data/pixmaps/Makefile po/Makefile.in]) AC_CHECK_LIB(dl, dlsym, [LIBS="$LIBS -ldl"], []) |
