blob: ef341e2293bd0b459c65ef3ae5933f6823617ca5 (
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
|
EXTRA_DIST = \
test_altcombobox.xml \
test_button.xml \
test_checkbox.xml \
test_combobox.xml \
test_dbwidget.xml \
test_lineedit.xml \
test_listbox.xml \
test_meta.xml \
test_metawidget.xml \
test_multilist.xml \
test_radiobuttons.xml \
test_resume.xml
xmldir = $(datadir)/xml/macros
xml_DATA = \
test_altcombobox.xml \
test_button.xml \
test_checkbox.xml \
test_combobox.xml \
test_dbwidget.xml \
test_lineedit.xml \
test_listbox.xml \
test_meta.xml \
test_metawidget.xml \
test_multilist.xml \
test_radiobuttons.xml \
test_resume.xml
|