Drop old QuickWidget engine.
[midnight-commander.git] / lib / widget / Makefile.am
blobc14b5f29279ef6af5a4bd03e770d1ca3f36858b9
2 noinst_LTLIBRARIES = libmcwidget.la
4 libmcwidget_la_SOURCES = \
5         button.c button.h \
6         buttonbar.c buttonbar.h \
7         check.c check.h \
8         dialog.c dialog.h \
9         dialog-switch.c dialog-switch.h \
10         gauge.c gauge.h \
11         groupbox.c groupbox.h \
12         hline.c hline.h \
13         history.c history.h \
14         input.c input.h \
15         input_complete.c input_complete.h \
16         listbox-window.c listbox-window.h \
17         listbox.c listbox.h \
18         label.c label.h \
19         menu.c menu.h \
20         quick.c quick.h \
21         radio.c radio.h \
22         widget-common.c widget-common.h \
23         wtools.c wtools.h
25 AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)