aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2011-09-21 17:20:18 -0500
committerRob Clark <rob@ti.com>2011-09-25 17:40:04 -0500
commit4ee1e19e859fda6856792b25b08dc0195c9bc175 (patch)
tree4ae1fb57fd06598fd2a1fa81295a0951eaed8c68
parent74475e00a86e7fa894609061ab980955473f0bf2 (diff)
misc build issues
-rw-r--r--.gitignore28
-rwxr-xr-xautogen.sh2
-rw-r--r--src/Makefile.am1
3 files changed, 30 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..46da1b8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+aclocal.m4
+autom4te.cache
+Makefile.in
+Makefile
+.deps
+.libs
+*.o
+*.lo
+*.la
+libtool
+*.pc
+config.log
+config.status
+config.guess
+config.h
+config.h.in
+config.sub
+config
+configure
+install-sh
+ltmain.sh
+missing
+stamp-h1
+depcomp
+.cproject
+.project
+.settings
+man/omap.4
diff --git a/autogen.sh b/autogen.sh
index d1885dc..2ca7e5d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ automake=`find_tool automake`
autoconf=`find_tool autoconf`
autoheader=`find_tool autoheader`
-mkdir -p config && $aclocal && $libtoolize --copy --force && $automake --copy --add-missing --foreign && $autoheader && $autoconf
+mkdir -p config && $aclocal && $autoheader && $libtoolize --copy --force && $automake --copy --add-missing --foreign && $autoconf
test -n "$NOCONFIGURE" && {
echo "skipping configure stage as requested."
diff --git a/src/Makefile.am b/src/Makefile.am
index 7af8233..6687697 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,7 @@ ERROR_CFLAGS = -Werror -Wall -Wdeclaration-after-statement -Wvla \
AM_CFLAGS = @XORG_CFLAGS@ $(ERROR_CFLAGS)
omap_drv_la_LTLIBRARIES = omap_drv.la
omap_drv_la_LDFLAGS = -module -avoid-version -no-undefined
+omap_drv_la_LIBADD = @XORG_LIBS@
omap_drv_ladir = @moduledir@/drivers
omap_drv_la_SOURCES = \