mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtpdmd: make it build
This commit is contained in:
parent
a63016758e
commit
89f91f0091
3 changed files with 10 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue