diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-05 15:51:59 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-04-28 11:19:15 +0100 |
commit | 42465feb9759ef5a6d79d7e628510cd0a081f913 (patch) | |
tree | 723eef6fd35213dd1766df5ac6eaa2e1e7a73042 /Makefile.sources | |
parent | a814f933bf9fb25cf7b3cf82c69ba07ed2a686d0 (diff) |
drm: rename libdrm{,_macros}.h
Provide a more meaningful name, considering what it does.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'Makefile.sources')
-rw-r--r-- | Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources index f2157477..8b563292 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -7,7 +7,7 @@ LIBDRM_FILES := \ xf86drmSL.c \ xf86drmMode.c \ xf86atomic.h \ - libdrm.h \ + libdrm_macros.h \ libdrm_lists.h LIBDRM_H_FILES := \ |