Updated Russian translation.
[midnight-commander.git] / lib / widget / Makefile.am
blobab4742ba67c7c5acac56bd691922ecbf4a1ca297
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         listbox-window.c listbox-window.h \
16         listbox.c listbox.h \
17         label.c label.h \
18         menu.c menu.h \
19         quick.c quick.h \
20         radio.c radio.h \
21         widget-common.c widget-common.h \
22         wtools.c wtools.h
24 libmcwidget_la_CFLAGS = -I$(top_srcdir) \
25         $(GLIB_CFLAGS) $(PCRE_CFLAGS) \
26         -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"