File: Makefile.am

package info (click to toggle)
termrec 0.19-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 8,430; makefile: 181; perl: 16; sh: 15
file content (9 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS += termrec

termrec_SOURCES = rec/termrec.c rec/pty.c rec/pty.h
termrec_LDADD = libutils.la libcommon.la libtty.la

if WIN32
termrec_LDADD += win32/icons/termrec.coff
termrec_LDFLAGS = -Xlinker --subsystem -Xlinker windows
endif