dtpdmd: make it build
This commit is contained in:
@@ -2,14 +2,13 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtpdmd
|
||||
|
||||
dtpdmd_CFLAGS = -DCDE_INSTALLATION_TOP='"'${prefix}'"'
|
||||
dtpdmd_CFLAGS = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
|
||||
|
||||
dtpdmd_LDADD = $(XTOOLLIB) ${X_LIBS}
|
||||
dtpdmd_LDADD = $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtpdmd_LDADD += -lm -ldl
|
||||
dtpdmd_LDADD += -ldl
|
||||
endif
|
||||
|
||||
dtpdmd_SOURCES = dispatch.c dtpdmd.c mailbox.c \
|
||||
manager.c records.c setup.c \
|
||||
util.c
|
||||
dtpdmd_SOURCES = dispatch.c dtpdmd.c mailbox.c manager.c records.c \
|
||||
nlmsg.c setup.c util.c dtpdmdP.h nlmsg.h
|
||||
|
||||
@@ -34,10 +34,12 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <setjmp.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user