summaryrefslogtreecommitdiff
path: root/tui/newt/Makefile.am
blob: a69e796d8126ef24490b4aeefc5431e5f30b0699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
AM_CPPFLAGS= \
	-I$(top_srcdir)/include \
	-I$(top_builddir)/include \
	$(GLIB_CFLAGS) \
	$(NEWT_CFLAGS) \
	$(NULL)

noinst_LIBRARIES = libnmt-newt.a

libnmt_newt_a_SOURCES = \
	nmt-newt.h \
	nmt-newt-types.h \
	nmt-newt-button.c \
	nmt-newt-button.h \
	nmt-newt-button-box.c \
	nmt-newt-button-box.h \
	nmt-newt-checkbox.c \
	nmt-newt-checkbox.h \
	nmt-newt-component.c \
	nmt-newt-component.h \
	nmt-newt-container.c \
	nmt-newt-container.h \
	nmt-newt-entry.c \
	nmt-newt-entry.h \
	nmt-newt-entry-numeric.c \
	nmt-newt-entry-numeric.h \
	nmt-newt-form.c \
	nmt-newt-form.h \
	nmt-newt-grid.c \
	nmt-newt-grid.h \
	nmt-newt-hacks.c \
	nmt-newt-hacks.h \
	nmt-newt-label.c \
	nmt-newt-label.h \
	nmt-newt-listbox.c \
	nmt-newt-listbox.h \
	nmt-newt-popup.c \
	nmt-newt-popup.h \
	nmt-newt-section.c \
	nmt-newt-section.h \
	nmt-newt-separator.c \
	nmt-newt-separator.h \
	nmt-newt-stack.c \
	nmt-newt-stack.h \
	nmt-newt-textbox.c \
	nmt-newt-textbox.h \
	nmt-newt-toggle-button.c \
	nmt-newt-toggle-button.h \
	nmt-newt-utils.c \
	nmt-newt-utils.h \
	nmt-newt-widget.c \
	nmt-newt-widget.h \
	$(NULL)