11 lines
355 B
Diff
Executable File
11 lines
355 B
Diff
Executable File
--- miniupnpd-1.6/Makefile.linux 2011-07-30 21:15:24.000000000 +0800
|
|
+++ miniupnpd-1.6/Makefile.linux 2012-03-20 18:22:18.130702388 +0800
|
|
@@ -132,6 +132,7 @@
|
|
endif
|
|
|
|
miniupnpd: $(BASEOBJS) $(LNXOBJS) $(NETFILTEROBJS) $(LIBS)
|
|
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(BASEOBJS) $(LNXOBJS) $(NETFILTEROBJS) $(LIBS)
|
|
|
|
testupnpdescgen: $(TESTUPNPDESCGENOBJS)
|
|
|