Makefile.am 213 B

12345678910
  1. AM_CFLAGS = -pedantic-errors -Werror -Wall -Wfatal-errors -Wwrite-strings
  2. INCLUDES = $(MSSH_CFLAGS)
  3. bin_PROGRAMS = mssh
  4. mssh_SOURCES = mssh.c mssh-window.c
  5. mssh_LDADD = $(MSSH_LIBS)
  6. EXTRA_DIST = mssh-window.h