Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / console / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2
3 # Copyright 2007 Johannes Lehtinen
4 # This Makefile is free software; Johannes Lehtinen gives unlimited
5 # permission to copy, distribute and modify it.
6
7 LIBS = @LIB_READLINE@ @LIBS_OTHER@ @LTLIBINTL@ @LIBS@
8
9 bin_PROGRAMS = cpluff-console
10
11 cpluff_console_SOURCES = console.c console.h PluginManager.c
12 if HAVE_READLINE
13 cpluff_console_SOURCES += cmdinput_readline.c
14 else
15 cpluff_console_SOURCES += cmdinput_basic.c
16 endif