Browse Source

add hoodselector respondd Makefile #789

Jan-Tarek Butt 7 years ago
parent
commit
71541ac88d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      package/ffnw-hoodselector/src/Makefile

+ 6 - 0
package/ffnw-hoodselector/src/Makefile

@@ -0,0 +1,6 @@
+all: respondd.so
+
+CFLAGS += -Wall
+
+respondd.so: respondd.c
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared -fPIC -D_GNU_SOURCE -o $@ $^ $(LDLIBS) -lgluonutil -luci