Skip to content

Commit

Permalink
misc build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Clark committed Sep 25, 2011
1 parent 74475e0 commit 4ee1e19
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit 4ee1e19

Please sign in to comment.