diff options
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r-- | src/egl/main/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 4bb1ffc9e8..45a4fb39b8 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -12,6 +12,7 @@ HEADERS = \ egldisplay.h \ egldriver.h \ eglglobals.h \ + egllog.h \ eglhash.h \ eglmode.h \ eglscreen.h \ @@ -24,6 +25,7 @@ SOURCES = \ egldisplay.c \ egldriver.c \ eglglobals.c \ + egllog.c \ eglhash.c \ eglmode.c \ eglscreen.c \ |