diff options
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | data/Makefile.am | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0a8a7dc7..eacbf2d9 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,7 @@ TUXBOX_APPS_GETTEXT AC_OUTPUT([ Makefile +data/Makefile lib/Makefile lib/actions/Makefile lib/base/Makefile diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..42851fa8 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,6 @@ +AUTOMAKE_OPTIONS = gnu + +installdir = $(DATADIR)/enigma2 + +install_DATA = \ + skin.xml |
