Merge branch '4524_cleanup'
[midnight-commander.git] / lib / widget / Makefile.am
blob90f023bbc8ce418fe7922b8a92efc50128f0eb5a
2 noinst_LTLIBRARIES = libmcwidget.la
4 libmcwidget_la_SOURCES = \
5         background.c background.h \
6         button.c button.h \
7         buttonbar.c buttonbar.h \
8         check.c check.h \
9         dialog.c dialog.h \
10         dialog-switch.c dialog-switch.h \
11         frame.c frame.h \
12         gauge.c gauge.h \
13         group.c group.h \
14         groupbox.c groupbox.h \
15         hline.c hline.h \
16         history.c history.h \
17         input.c input.h \
18         input_complete.c \
19         listbox-window.c listbox-window.h \
20         listbox.c listbox.h \
21         label.c label.h \
22         menu.c menu.h \
23         mouse.c mouse.h \
24         quick.c quick.h \
25         radio.c radio.h \
26         rect.c rect.h \
27         widget-common.c widget-common.h \
28         wtools.c wtools.h
30 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)