lib/DtTerm: add automake files
This commit is contained in:
20
cde/lib/DtTerm/Makefile.am
Normal file
20
cde/lib/DtTerm/Makefile.am
Normal file
@@ -0,0 +1,20 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = util TermPrim Term TermView
|
||||
|
||||
lib_LTLIBRARIES = libDtTerm.la
|
||||
|
||||
libDtTerm_la_SOURCES =
|
||||
|
||||
libDtTerm_la_LIBADD += Term/libTerm.la TermPrim/libTermPrim.la \
|
||||
TermView/libTermView.la
|
||||
|
||||
if OPENBSD
|
||||
libDtTerm_la_LIBADD += -lutil
|
||||
endif
|
||||
|
||||
if SUN
|
||||
libDtTerm_la_LIBADD += -ldl -lgen
|
||||
endif
|
||||
|
||||
libDtTerm_la_LDFLAGS = -version-info 2:1:0
|
||||
Reference in New Issue
Block a user