diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-12-19 09:51:22 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-12-19 11:26:36 +0100 |
commit | 31bf1c8bd6403644a2633afaa2455170ecc24d24 (patch) | |
tree | 0ec8d6f017ab354a8f5df423294be5dcb011c035 /Makefile.am | |
parent | 78035a48483a2a2ed552d71739522369d1bd9dfa (diff) |
config: Add raspberry-pi configuration in a different directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 44f64fd..69e17f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = common omx +SUBDIRS = common omx config ACLOCAL_AMFLAGS = -I m4 |