queue/Makefile
File was renamed from squeue/Makefile @@ -14,8 +14,8 @@ PLATFORM=$(shell $(ROOT)/systype.sh) include $(ROOT)/Make.defines.$(PLATFORM) LIBSQUEUE = libsqueue.a DLIBSQUEUE = libsqueue.so LIBSQUEUE = libshm_queue.a DLIBSQUEUE = libshm_queue.so SOURCES := $(wildcard *.c) OBJS = $(patsubst %.c, %.o, $(SOURCES))