config: Add raspberry-pi configuration in a different directory

This commit is contained in:
Sebastian Dröge 2012-12-19 09:51:22 +00:00
parent 78035a4848
commit 31bf1c8bd6
4 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = common omx
SUBDIRS = common omx config
ACLOCAL_AMFLAGS = -I m4

1
config/Makefile.am Normal file
View file

@ -0,0 +1 @@
EXTRA_DIST = raspberry-pi.conf

View file

@ -271,6 +271,7 @@ Makefile
omx/Makefile
common/Makefile
common/m4/Makefile
config/Makefile
)
AC_OUTPUT