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 /Makefile.am | |
| 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 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
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 |
