2010-11-10 22:45:56 +03:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libmcwidget.la
|
|
|
|
|
|
|
|
libmcwidget_la_SOURCES = \
|
2010-11-12 11:03:57 +03:00
|
|
|
button.c button.h \
|
|
|
|
buttonbar.c buttonbar.h \
|
|
|
|
check.c check.h \
|
2010-11-10 22:45:56 +03:00
|
|
|
dialog.c dialog.h \
|
|
|
|
dialog-switch.c dialog-switch.h \
|
2010-11-12 11:03:57 +03:00
|
|
|
gauge.c gauge.h \
|
|
|
|
groupbox.c groupbox.h \
|
|
|
|
hline.c hline.h \
|
|
|
|
history.c history.h \
|
|
|
|
input.c input.h \
|
2011-02-16 14:58:36 +03:00
|
|
|
input_complete.c input_complete.h \
|
2010-11-12 11:03:57 +03:00
|
|
|
listbox-window.c listbox-window.h \
|
|
|
|
listbox.c listbox.h \
|
|
|
|
label.c label.h \
|
2010-11-10 22:45:56 +03:00
|
|
|
menu.c menu.h \
|
2010-11-12 11:03:57 +03:00
|
|
|
quick.c quick.h \
|
|
|
|
radio.c radio.h \
|
|
|
|
widget-common.c widget-common.h \
|
2010-11-10 22:45:56 +03:00
|
|
|
wtools.c wtools.h
|
|
|
|
|
2012-11-14 10:40:31 +04:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)
|