lib/tt: add automake files
This commit is contained in:
21
cde/lib/tt/bin/ttauth/Makefile.am
Normal file
21
cde/lib/tt/bin/ttauth/Makefile.am
Normal file
@@ -0,0 +1,21 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = ttauth
|
||||
|
||||
ttauth_CFLAGS = -I../../slib -I../../lib -DSIGNALRETURNSINT
|
||||
|
||||
ttauth_LDADD = $(LIBTT) $(X_LIBS)
|
||||
|
||||
if LINUX
|
||||
ttauth_LDADD += $(TIRPCLIB) $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
if SUN
|
||||
ttauth_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
|
||||
endif
|
||||
|
||||
if OPENBSD
|
||||
ttauth_LDADD += $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
ttauth_SOURCES = ttauth.c process.c
|
||||
Reference in New Issue
Block a user