diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-06-21 10:52:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-06-21 10:52:13 +0200 |
commit | d2463b017f222e678978582544a9c9a80edfd330 (patch) | |
tree | 579eb4471cc4f55de50345f49a0464df176191ff /Makefile.am |
Initial commit with build systemCHANGELOG_START
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..fee3185 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = common omx + +ACLOCAL_AMFLAGS = -I m4 |