Misc cleanups, remove old yangs, typos, etc
This commit is contained in:
parent
e0ee365958
commit
df6f26c0de
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
|
||||
|
|
|
|||
|
|
@ -1012,6 +1012,7 @@ example_exit(clicon_handle h)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Forward declaration */
|
||||
clixon_plugin_api *clixon_plugin_init(clicon_handle h);
|
||||
|
||||
static clixon_plugin_api api = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue