diff options
author | root <root@localhost.localdomain> | 2007-06-19 16:09:11 -0700 |
---|---|---|
committer | root <root@localhost.localdomain> | 2007-06-19 16:09:11 -0700 |
commit | 3f722958b1dd45e1ad8d50663836579553297fdd (patch) | |
tree | 80957d1debacae96ee54be25f5037cf1880fe49f /Makefile.am | |
download | libva-3f722958b1dd45e1ad8d50663836579553297fdd.tar.gz |
Initial commit of libva
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e9a4031 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +# @COPYRIGHT@ Intel Confidential - Unreleased Software +# + +AUTOMAKE_OPTIONS = foreign +SUBDIRS = src dummy_drv_video test + +pkgconfigdir = @pkgconfigdir@ +pkgconfig_DATA = libva.pc + +EXTRA_DIST = libva.pc.in |