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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 29a4af60..a13437a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = data +SUBDIRS = gui/data SUBDIRS += doc -SUBDIRS += pixmaps +SUBDIRS += gui/data/pixmaps SUBDIRS += po SUBDIRS += libpcsxcore SUBDIRS += gui -- cgit v1.2.3