summaryrefslogtreecommitdiff
path: root/includes/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config.h')
-rw-r--r--includes/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/config.h b/includes/config.h
index d8c0ee7..193da1c 100644
--- a/includes/config.h
+++ b/includes/config.h
@@ -1,7 +1,7 @@
#ifndef _CONFIG_H
#define _CONFIG_H
-#define DAEMONVERSION "ver-0.0.1-5-g5f02509"
+#define DAEMONVERSION "ver-0.0.1-8-g126870e"
#define WITH_DBUS_WRAPPER
#define WITH_SOCKETHANDLER_LOOP
@@ -9,9 +9,9 @@
#define WITH_PPOLL
/* #undef WITH_TELNET */
-#define DEFAULT_PLUGIN_COMMAND_DIR "/home/christian/workspace/gitserver/bin/plugins/command"
-#define DEFAULT_PLUGIN_ROUTING_DIR "/home/christian/workspace/gitserver/bin/plugins/routing"
-#define CONTROLLER_PLUGIN "/home/christian/workspace/gitserver/bin/plugins/control/libPluginControlInterface.so"
+#define DEFAULT_PLUGIN_COMMAND_DIR "/usr/local/lib/audioManager/command"
+#define DEFAULT_PLUGIN_ROUTING_DIR "/usr/local/lib/audioManager/routing"
+#define CONTROLLER_PLUGIN "/usr/local/lib/audioManager/control/libPluginControlInterface.so"
#define DEFAULT_TELNETPORT 6060
#define MAX_TELNETCONNECTIONS 3