You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
828 B
24 lines
828 B
Index: src/doodle/Makefile.in |
|
--- src/doodle/Makefile.in.orig 2006-05-03 02:22:35 +0200 |
|
+++ src/doodle/Makefile.in 2006-08-27 11:13:48 +0200 |
|
@@ -69,8 +69,7 @@ |
|
am_libhelper1_la_OBJECTS = grow.lo |
|
libhelper1_la_OBJECTS = $(am_libhelper1_la_OBJECTS) |
|
libhelper2_la_LIBADD = |
|
-am_libhelper2_la_OBJECTS = help.lo files.lo index.lo getopt.lo \ |
|
- getopt1.lo |
|
+am_libhelper2_la_OBJECTS = help.lo files.lo index.lo |
|
libhelper2_la_OBJECTS = $(am_libhelper2_la_OBJECTS) |
|
@HAVE_FAM_TRUE@am__EXEEXT_1 = doodled$(EXEEXT) |
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
|
Index: src/doodle/index.c |
|
--- src/doodle/index.c.orig 2006-05-03 11:21:21 +0200 |
|
+++ src/doodle/index.c 2006-08-27 11:15:01 +0200 |
|
@@ -35,6 +35,7 @@ |
|
#include "doodle.h" |
|
#include <sys/types.h> |
|
#include <sys/wait.h> |
|
+#include <signal.h> |
|
#include <unistd.h> |
|
|
|
#define DEBUG_IPC 0
|
|
|