Repositories
/
olsrd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
plugin util: add set_plugin_long function
[olsrd.git]
/
lib
/
info
/
Makefile
1
OLSRD_PLUGIN = false
2
PLUGIN_NAME = olsrd_info
3
PLUGIN_VER = 0.0
4
5
TOPDIR=../..
6
include $(TOPDIR)/Makefile.inc
7
8
default_target: $(PLUGIN_FULLNAME)
9
10
$(PLUGIN_FULLNAME): $(OBJS)
11
12
install:
13
14
uninstall:
15
16
clean:
17
rm -f $(OBJS) $(SRCS:%.c=%.d) $(PLUGIN_FULLNAME)