filename | src/Makefile.am |
changeset | 450:207461e79f21 |
prev | 447:3e095bfcb476 |
next | 456:968df17c4900 |
author | nkeynes |
date | Wed Oct 17 11:26:45 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Split config management out to config.[ch] Manage config filename Check home dir + sysconfdir for conf file Initial work on a path settings dialog |
file | annotate | diff | log | raw |
1.1 --- a/src/Makefile.am Tue Oct 16 12:36:29 2007 +00001.2 +++ b/src/Makefile.am Wed Oct 17 11:26:45 2007 +00001.3 @@ -3,6 +3,7 @@1.4 INCLUDES = \1.5 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \1.6 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \1.7 + -DPACKAGE_CONF_DIR=\""$(sysconfdir)"\" \1.8 -Ish4 \1.9 @PACKAGE_CFLAGS@1.11 @@ -14,7 +15,7 @@1.12 genglsl_SOURCES = tools/genglsl.c1.14 lxdream_SOURCES = \1.15 - main.c \1.16 + main.c config.c config.h \1.17 mem.c mem.h mmio.h watch.c \1.18 asic.c asic.h \1.19 syscall.c syscall.h bios.c dcload.c \1.20 @@ -39,7 +40,7 @@1.21 gui/debugif.c gui/debugif.h \1.22 gui/debugcb.c gui/debugcb.h \1.23 gui/mmr_win.c gui/debug_win.c gui/dump_win.c \1.24 - gui/ctrl_dlg.c \1.25 + gui/ctrl_dlg.c gui/path_dlg.c \1.26 loader.c bootstrap.c util.c \1.27 display.c display.h \1.28 drivers/audio_null.c drivers/audio_esd.c \
.