diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7743158a..8627e5e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,7 +111,7 @@ libweston_@LIBWESTON_MAJOR@_la_SOURCES = \ shared/timespec-util.h \ shared/zalloc.h \ shared/platform.h \ - libweston/weston-egl-ext.h + shared/weston-egl-ext.h lib_LTLIBRARIES += libweston-desktop-@LIBWESTON_MAJOR@.la libweston_desktop_@LIBWESTON_MAJOR@_la_CPPFLAGS = $(AM_CPPFLAGS) -DIN_WESTON |