## Process this file with automake to produce Makefile.in. # Copyright 2007 Johannes Lehtinen # This Makefile is free software; Johannes Lehtinen gives unlimited # permission to copy, distribute and modify it. LIBS = @LIB_READLINE@ @LIBS_OTHER@ @LTLIBINTL@ @LIBS@ bin_PROGRAMS = cpluff-console cpluff_console_SOURCES = console.c console.h PluginManager.c if HAVE_READLINE cpluff_console_SOURCES += cmdinput_readline.c else cpluff_console_SOURCES += cmdinput_basic.c endif