mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
Remove ircDDBGatewayConfig from make install
Do not attempt to install ircDDBGatewayConfig when using GUI-less Makefile. ircDDBGatewayConfig is a GUI application and regular Makefile does not build it.
This commit is contained in:
parent
a34abeeaee
commit
f3811bcaa2
1
Makefile
1
Makefile
|
|
@ -87,7 +87,6 @@ endif
|
||||||
$(MAKE) -C TimerControl install
|
$(MAKE) -C TimerControl install
|
||||||
$(MAKE) -C TimeServer install
|
$(MAKE) -C TimeServer install
|
||||||
$(MAKE) -C VoiceTransmit install
|
$(MAKE) -C VoiceTransmit install
|
||||||
$(MAKE) -C ircDDBGatewayConfig install
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue