oseama: support creating single Seama entity
[openwrt.git] / package / utils / oseama / src / Makefile
index be2e17d..ca35e6e 100644 (file)
@@ -1,7 +1,7 @@
 all: oseama
 
 oseama:
-       $(CC) $(CFLAGS) -o $@ oseama.c -Wall
+       $(CC) $(CFLAGS) -Wall oseama.c md5.c -o $@ $^
 
 clean:
        rm -f oseama