From 9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Sun, 16 Jul 2017 21:49:12 +0300 Subject: * Move data and pixmaps folders inside gui folder to reflect codeplex branch. * Enable overclock feature in config file. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') 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"], []) -- cgit v1.2.3