mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 14:25:43 +00:00
Add TARGEt parameter to build dl5di drop in replacement
This commit is contained in:
parent
323c45b952
commit
544ce6c020
2 changed files with 14 additions and 0 deletions
|
|
@ -1,7 +1,14 @@
|
|||
ifeq ($(TARGET), opendv)
|
||||
export DATADIR := "/usr/share/opendv"
|
||||
export LOGDIR := "/var/log/opendv"
|
||||
export CONFDIR := "/etc"
|
||||
export BINDIR := "/usr/sbin"
|
||||
else
|
||||
export DATADIR := "/usr/share/ircddbgateway"
|
||||
export LOGDIR := "/var/log"
|
||||
export CONFDIR := "/etc"
|
||||
export BINDIR := "/usr/bin"
|
||||
endif
|
||||
|
||||
# Add -DDCS_LINK to the end of the CFLAGS line below to add DCS linking to StarNet
|
||||
# Add -DDEXTRA_LINK to the end of the CFLAGS line below to add DExtra linking to StarNet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue