diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-09 17:21:29 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-09 17:22:17 -0700 |
commit | 1bae8844cafd70f6196116f6e84b0f36c069e976 (patch) | |
tree | 3863c4a3a7b10eb5d81969d45e533c1e14c0a032 /libdrm/Makefile.am | |
parent | 94d48d038502097ebfa2e33e4a75b9e0e675231d (diff) |
Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'libdrm/Makefile.am')
-rw-r--r-- | libdrm/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdrm/Makefile.am b/libdrm/Makefile.am index 4c066e0e..458420ab 100644 --- a/libdrm/Makefile.am +++ b/libdrm/Makefile.am @@ -32,7 +32,6 @@ libdrm_la_LIBADD = @CLOCK_LIB@ AM_CFLAGS = -I$(top_srcdir)/shared-core libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c \ xf86drmMode.c libdrm_lists.h - libdrm_lists.h libdrmincludedir = ${includedir} libdrminclude_HEADERS = xf86drm.h xf86drmMode.h |