12345678910111213141516171819202122 |
- ##################################################################
- #
- # uEcho for C
- #
- # Copyright (C) Satoshi Konno 2015
- #
- # This is licensed under BSD-style license, see file COPYING.
- #
- ##################################################################
- AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I../ -I../../common
- noinst_PROGRAMS = uechosearch
- uechosearch_SOURCES = \
- ../uechosearch.c
- #if HAVE_LIBTOOL
- #uechosearch_LDADD = ../../../../lib/unix/libuecho.la
- #else
- uechosearch_LDADD = ../../../../lib/unix/libuecho.a
- #endif
|