Parcourir la source

add hoodselector respondd Makefile #789

Jan-Tarek Butt il y a 7 ans
Parent
commit
71541ac88d
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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