Skip to content

Commit

Permalink
make-dist fixes
Browse files Browse the repository at this point in the history
Don't forget to include headers.  Also add a couple missing entries
to .gitignore.

Signed-off-by: Rob Clark <rob@ti.com>
  • Loading branch information
Rob Clark committed Oct 9, 2012
1 parent cc9075e commit 2f8d13e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ aclocal.m4
autom4te.cache
Makefile.in
Makefile
INSTALL
ChangeLog
.deps
.libs
*.o
*.lo
*.la
libtool
*.pc
*.tar.gz
*.tar.bz2
config.log
config.status
config.guess
Expand Down
6 changes: 5 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ omap_drv_ladir = @moduledir@/drivers
omap_drv_la_SOURCES = \
drmmode_display.c \
omap_exa.c \
omap_exa.h \
omap_exa_null.c \
omap_exa_utils.c \
omap_xv.c \
omap_dri2.c \
omap_driver.c
omap_driver.c \
omap_driver.h \
omap_util.h \
compat-api.h

0 comments on commit 2f8d13e

Please sign in to comment.