diff options
author | deva <deva> | 2010-06-01 13:02:23 +0000 |
---|---|---|
committer | deva <deva> | 2010-06-01 13:02:23 +0000 |
commit | 730eb796bbce6f124be9194f1565b7dda1daddf1 (patch) | |
tree | 46387b60fefad222197e3319ed922b23176d4a36 /server/xml/macros/Makefile.am | |
parent | 74a28aa7125be6a603128ad600c98c4882f3b5c2 (diff) |
Afdj macros/templates are now located in their own repo.
Diffstat (limited to 'server/xml/macros/Makefile.am')
-rw-r--r-- | server/xml/macros/Makefile.am | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/server/xml/macros/Makefile.am b/server/xml/macros/Makefile.am index 8056e2a..ef341e2 100644 --- a/server/xml/macros/Makefile.am +++ b/server/xml/macros/Makefile.am @@ -1,7 +1,29 @@ EXTRA_DIST = \ - example.xml + 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 = \ - example.xml + 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 |