This commit is contained in:
Shawn Chain 2018-10-05 21:31:34 +08:00
parent c4641b0356
commit 1e933b4120
5 changed files with 4 additions and 10 deletions

View file

@ -1,5 +1,3 @@
include ../common.mk
OBJECTS = AMBEData.o AnnouncementUnit.o APRSCollector.o APRSWriter.o APRSWriterThread.o AudioUnit.o CacheManager.o CallsignList.o \
CallsignServer.o CCITTChecksum.o CCSData.o CCSHandler.o CCSProtocolHandler.o ConnectData.o DCSHandler.o DCSProtocolHandler.o \
DCSProtocolHandlerPool.o DDData.o DDHandler.o DExtraHandler.o DExtraProtocolHandler.o DExtraProtocolHandlerPool.o \

View file

@ -2,9 +2,9 @@
#define __GLOBAL_DEFS__
#if defined(__APPLE__)
#define DATA_DIR "/etc/mmdvm/dstar"
#define LOG_DIR "/var/log/mmdvm"
#define CONF_DIR "/etc"
#define DATA_DIR "/opt/mmdvm/conf/dstar"
#define LOG_DIR "/opt/mmdvm/logs"
#define CONF_DIR "/opt/mmdvm/conf"
#define CONF_FILE "ircDDBGateway.ini"
#define LOG_BASE "ircDDBGateway"
@ -20,7 +20,7 @@
#define LOG_DIR "/tmp"
#define CONF_DIR "/etc"
#define CONF_FILE "ircddbgateway"
#define LOG_BASE "ircddbgateway"
#define LOG_BASE "ircddbgatewayd"
#endif

View file

View file

@ -1,5 +1,3 @@
include ../common.mk
OBJECTS = IRCClient.o IRCDDBApp.o IRCDDBClient.o IRCDDB.o IRCDDBMultiClient.o IRCMessage.o IRCMessageQueue.o IRCProtocol.o IRCReceiver.o \
IRCutils.o

View file

@ -1,5 +1,3 @@
include ../common.mk
OBJECTS = IRCDDBGatewayAppD.o IRCDDBGatewayStatusData.o IRCDDBGatewayThread.o IRCDDBGatewayThreadHelper.o
all: ircddbgatewayd