summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-01-13 16:58:45 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-01-13 23:56:08 -0800
commitae7d5d2425137cd3e7da338a80bdcad3f50f4ce7 (patch)
tree23beeb1fe8ea5e7ea87f01acf617d6e934dff0eb /src
parentb11a35a13b478615d60fe1908665b8f4349aa780 (diff)
Add autoconf stuff.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..b857fd3
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,15 @@
+AM_CFLAGS = \
+ -I$(top_srcdir)/include \
+ $(X11_CFLAGS)
+
+lib_LTLIBRARIES = libvdpau.la
+
+libvdpau_la_SOURCES = \
+ vdpau_wrapper.c
+
+libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined
+
+libvdpauincludedir = $(includedir)/vdpau
+libvdpauinclude_HEADERS = \
+ $(top_srcdir)/include/vdpau/vdpau.h \
+ $(top_srcdir)/include/vdpau/vdpau_x11.h