blob: b825d56ba3635c1532a2d546b024a0a8715f5308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INCLUDES=-I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl
noinst_LIBRARIES = libcmdline-mocks.a
libcmdline_mocks_a_SOURCES = \
download_status_display.cc \
download_status_display.h \
teletype.cc \
teletype.h \
terminal.cc \
terminal.h \
transient_message.h
|