mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
lib/DtMrm: add automake file
This commit is contained in:
parent
f6820cc8fd
commit
f1ed9a9919
1 changed files with 9 additions and 0 deletions
9
cde/lib/DtMrm/Makefile.am
Normal file
9
cde/lib/DtMrm/Makefile.am
Normal file
|
@ -0,0 +1,9 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
lib_LTLIBRARIES = libDtMrm.la
|
||||
|
||||
libDtMrm_la_CFLAGS = -I../DtTerm/Term -I../DtTerm/TermPrim -I../DtHelp
|
||||
|
||||
libDtMrm_la_SOURCES = DtMrm.c
|
||||
|
||||
libDtMrm_la_LDFLAGS = -version-info 2:1:0
|
Loading…
Reference in a new issue