1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

Disables building of the BeOS UI for now

This commit is contained in:
Eric Petit 2006-08-18 18:37:53 +00:00
parent d07b688c86
commit f291041fa4

View file

@ -8,7 +8,7 @@ ifeq ($(GTK),yes)
TARGETS += .gtk TARGETS += .gtk
endif endif
ifeq ($(SYSTEM),BeOS) ifeq ($(SYSTEM),BeOS)
TARGETS += .beos #TARGETS += .beos
endif endif
all: $(TARGETS) all: $(TARGETS)