lua: get rid of bitlib and md5lib from the core, they are no longer necessary
[openwrt-10.03/.git] / package / wprobe / src / exporter / Makefile
1 include ../Makefile.inc
2 CPPFLAGS += -I../kernel -I../user
3
4 wprobe-export: wprobe-export.c
5         $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)