lib/DtSvc: add automake files

This commit is contained in:
Chase
2019-10-22 18:20:04 -05:00
committed by Jon Trulson
parent 8dfc0f62eb
commit b587eb7bf3
6 changed files with 120 additions and 0 deletions

12
cde/lib/DtSvc/Makefile.am Normal file
View File

@@ -0,0 +1,12 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = DtUtil1 DtUtil2 DtEncap DtCodelibs DtXpm
lib_LTLIBRARIES = libDtSvc.la
libDtSvc_la_SOURCES =
libDtSvc_la_LIBADD = $(LIBXIN) -lXinerama DtUtil1/libDtUtil1.la \
DtUtil2/libDtUtil2.la DtEncap/libDtEncap.la \
DtCodelibs/libDtCodelibs.la DtXpm/libDtXpm.la
libDtSvc_la_LDFLAGS = -version-info 2:1:0