mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-14 12:20:02 +01:00
Clean up
This commit is contained in:
parent
c4641b0356
commit
1e933b4120
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
include ../common.mk
|
||||
|
||||
OBJECTS = IRCDDBGatewayAppD.o IRCDDBGatewayStatusData.o IRCDDBGatewayThread.o IRCDDBGatewayThreadHelper.o
|
||||
|
||||
all: ircddbgatewayd
|
||||
|
|
|
|||
Loading…
Reference in a new issue