diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-08-18 17:16:07 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-08-18 17:16:07 +0200 |
| commit | 3dbd82cf4db68785afeda17b8eee7f87c7d80dd7 (patch) | |
| tree | 2fe072f29badec385ad9449817d06708b0a1de79 /data/Makefile.am | |
| parent | 911e54496f061ca9cd22bef12a889b70b5bb03a9 (diff) | |
| download | enigma2-3dbd82cf4db68785afeda17b8eee7f87c7d80dd7.tar.gz enigma2-3dbd82cf4db68785afeda17b8eee7f87c7d80dd7.zip | |
do not use wildcards, because it breaks builds outside the source directory and therefore breaks 'make distcheck'
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 926eff61..84a59897 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,17 @@ SUBDIRS = countries fonts defaults extensions skin_default dist_pkgdata_DATA = \ - *.xml *.png encoding.conf radio.mvi + defaultsatlists.xml \ + defaultwizard.xml \ + dreampackagewizard.xml \ + encoding.conf \ + keymap.xml \ + menu.xml \ + prev.png \ + radio.mvi \ + rcpositions.xml \ + setup.xml \ + skin_default.xml \ + skin.xml \ + startwizard.xml \ + tutorialwizard.xml |
