11 lines
418 B
Text
11 lines
418 B
Text
--- Makefile.orig 2006-08-20 10:22:37.000000000 +0400
|
|
+++ Makefile 2009-03-24 22:12:58.000000000 +0300
|
|
@@ -18,7 +18,7 @@
|
|
bruteblock: $(BRUTEBLOCK_OBJS) iniparse/libiniparser.a
|
|
$(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCK_OBJS) $(EXTRA_LIBS)
|
|
|
|
-bruteblockd: $(BRUTEBLOCKD_OBJS) pidfile.h
|
|
+bruteblockd: $(BRUTEBLOCKD_OBJS) iniparse/libiniparser.a pidfile.h
|
|
$(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCKD_OBJS) $(EXTRA_LIBS)
|
|
|
|
clean:
|