1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtlogin: build on openbsd

This commit is contained in:
Jon Trulson 2019-12-14 18:22:49 -07:00
parent d0ce42db9e
commit c1078e464a

View file

@ -53,7 +53,7 @@ dtlogin_LDADD = libresource.a @DTCLIENTLIBS@ -lXau -lXmu -lXext -lXdmcp \
dtgreet_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) dtgreet_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
dtchooser_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) -lXau -lXmu -lXext -lXdmcp $(XTOOLLIB) dtchooser_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) -lXmu -lXext -lXdmcp $(XTOOLLIB)
if LINUX if LINUX
@ -63,12 +63,13 @@ dtlogin_SOURCES += xdmauth.c
endif endif
if FREEBSD if FREEBSD
AM_CFLAGS += -DHASDES -DHASXDMAUTH
XBINDIR = /usr/local/bin XBINDIR = /usr/local/bin
endif endif
if OPENBSD if OPENBSD
XBINDIR = /usr/X11R6/bin XBINDIR = /usr/X11R6/bin
AM_CFLAGS += -DHASDES AM_CFLAGS += -DHASDES -DHASXDMAUTH
dtlogin_SOURCES += xdmauth.c dtlogin_SOURCES += xdmauth.c
endif endif