summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-05-15 10:21:31 -0700
committerEric Anholt <[email protected]>2012-06-11 09:28:00 -0700
commit7edbf4b3232eef7dac47a901829c586b61d8cbd2 (patch)
tree25d5e2e3cd561e28b2fad7258c7eb8402515e9e1 /src/Makefile.am
parent07abd913b654a1a04a90db6203a92a14e4ae795a (diff)
automake: Convert src/Makefile to automake.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 00000000000..d6a7946ef77
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS=$(SRC_DIRS)
+
+all-local:
+ $(MKDIR_P) $(top_builddir)/$(LIB_DIR)