New upstream version 2.1.3
This commit is contained in:
17
nx-session-launcher/Makefile
Normal file
17
nx-session-launcher/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
.PHONY: all install
|
||||
|
||||
CC=gcc
|
||||
CFLAGS=-g -O2 -Wall -fPIC
|
||||
|
||||
SOURCES = nx-session-launcher-suid.c
|
||||
PROGRAMS = nx-session-launcher-suid
|
||||
|
||||
ifneq ($(NX_VERSION),)
|
||||
CFLAGS+=-DNXSERVER_COMMAND="\"$(PATH_BIN)/nx-session-launcher\""
|
||||
endif
|
||||
|
||||
all: $(PROGRAMS)
|
||||
|
||||
clean:
|
||||
rm -f $(PROGRAMS)
|
||||
|
||||
Reference in New Issue
Block a user