summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-07-16 21:49:12 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2017-07-16 21:49:12 +0300
commit9f2574f34ef6f010e50b17c7dc1acf18e00a2a34 (patch)
treebac8e09be68602d9ef62bddd7e7cb9e2577f8eb3 /Makefile.am
parent8f19dd4bc9e8189b3aa28040b2a7ee3fcd977f35 (diff)
downloadpcsxr-9f2574f34ef6f010e50b17c7dc1acf18e00a2a34.tar.gz
* Move data and pixmaps folders inside gui folder to reflect codeplex branch.
* Enable overclock feature in config file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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