Move unused code to legacy subdir

This commit is contained in:
Nedko Arnaudov 2009-07-26 16:57:44 +03:00
parent 32b932af20
commit 86ee1ed3da
21 changed files with 4 additions and 15 deletions

View File

@ -29,8 +29,8 @@
#include <errno.h>
#include "file.h"
#include "../common/safety.h"
#include "../common/debug.h"
#include "../../common/safety.h"
#include "../../common/debug.h"
bool
lash_file_exists(const char *file)

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include "../common/safety.h"
#include "../../common/safety.h"
#define get_store_and_return_fqn(dir, file) \
static char *fqn = NULL; \

13
wscript
View File

@ -166,24 +166,13 @@ def build(bld):
daemon.source = []
for source in [
'main.c',
# 'server.c',
'loader.c',
'log.c',
'sigsegv.c',
'proctitle.c',
# 'project.c',
'appdb.c',
# 'client.c',
# 'store.c',
'procfs.c',
# 'jack_patch.c',
# 'file.c',
# 'dbus_service.c',
# 'jackdbus_mgr.c',
'dbus_iface_control.c',
# 'dbus_iface_server.c',
# 'client_dependency.c',
# 'jack_mgr_client.c',
'jack_proxy.c',
'jack.c',
]:
@ -244,7 +233,7 @@ def build(bld):
liblash.source.append(os.path.join("dbus", source))
liblash.source.append(os.path.join("common", "safety.c"))
liblash.source.append(os.path.join("daemon", "file.c"))
liblash.source.append(os.path.join("daemon", "legacy", "file.c"))
# pkgpyexec_LTLIBRARIES = _lash.la
# INCLUDES = $(PYTHON_INCLUDES)