diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-02-22 19:24:34 +0100 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2010-02-22 19:24:34 +0100 |
commit | 5dee9b7b19c1aa3a13618b08bc24f00677b5364b (patch) | |
tree | 447ebc341a12da7371382c3b21bb1341a68cbdc2 /Makefile.am |
Initial template for standalone mesa dri drivers.
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..15ea2b3 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,3 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = src |