Home | History | Annotate | Download | only in examples
      1 
      2 LDADD = $(top_builddir)/src/libedit.la
      3 AM_CFLAGS = -I$(top_srcdir)/src
      4 
      5 noinst_PROGRAMS  = tc1 fileman
      6 
      7 tc1_SOURCES      = tc1.c
      8 fileman_SOURCES  = fileman.c
      9 
     10 if WIDECHAR
     11 noinst_PROGRAMS += wtc1
     12 wtc1_SOURCES     = wtc1.c
     13 endif
     14 
     15