You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
294 B

  1. PULSE_DIR=/home/jay/pulseaudio-0.9.22
  2. OBJS = module-xrdp-sink.o
  3. CFLAGS = -Wall -O2 -I$(PULSE_DIR) -I$(PULSE_DIR)/src -DHAVE_CONFIG_H
  4. all: module-xrdp-sink.so
  5. module-xrdp-sink.so: $(OBJS)
  6. $(CC) $(LDFLAGS) -shared -o module-xrdp-sink.so $(OBJS)
  7. clean:
  8. rm -f $(OBJS) module-xrdp-sink.so