configure.c: fix AX_GCC_FUNC_ATTRIBUTE detection on custom CFLAGS
[midnight-commander.git] / lib / widget / Makefile.am
blob72d0b7392ea3dfeb2dfbb5ead460064177de6c26
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         mouse.c mouse.h \
21         quick.c quick.h \
22         radio.c radio.h \
23         widget-common.c widget-common.h \
24         wtools.c wtools.h
26 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)