Misc cleanups, remove old yangs, typos, etc
This commit is contained in:
parent
8d2fbf39de
commit
75f5dc8500
9 changed files with 96 additions and 408 deletions
|
|
@ -101,6 +101,7 @@ BE_SRC = $(APPNAME)_backend.c
|
|||
BE_OBJ = $(BE_SRC:%.c=%.o)
|
||||
$(BE_PLUGIN): $(BE_OBJ)
|
||||
ifeq ($(LINKAGE),static)
|
||||
# can include -L in LDFLAGS?
|
||||
$(CC) -Wall -shared $(LDFLAGS) -o $@ -lc $< -lclixon -L ../../apps/backend/ -lclixon_backend
|
||||
else
|
||||
$(CC) -Wall -shared $(LDFLAGS) -o $@ -lc $< -lclixon -lclixon_backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue