cogl: Fix the include path in driver/*/Makefile.am
The include path for the winsys and driver folder was given relative to $(srcdir) so it would end up relative to the driver folder which is wrong. It is now specified as $(srcdir)/../../winsys to get the right location. The driver folder is removed because it is actually just $(srcdir) and that is already included.
This commit is contained in:
parent
a871ac669f
commit
7e149c5ca9
2 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,7 @@ INCLUDES = \
|
|||
-I$(srcdir) \
|
||||
-I$(srcdir)/../.. \
|
||||
-I$(srcdir)/../../.. \
|
||||
-I$(srcdir)/winsys \
|
||||
-I$(srcdir)/driver/$(COGL_DRIVER) \
|
||||
-I$(srcdir)/../../winsys \
|
||||
-I../.. \
|
||||
-I../../.. \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
|
|
|
@ -7,8 +7,7 @@ INCLUDES = \
|
|||
-I$(srcdir) \
|
||||
-I$(srcdir)/../.. \
|
||||
-I$(srcdir)/../../.. \
|
||||
-I$(srcdir)/winsys \
|
||||
-I$(srcdir)/driver/$(COGL_DRIVER) \
|
||||
-I$(srcdir)/../../winsys \
|
||||
-I../.. \
|
||||
-I../../.. \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
|
|
Loading…
Add table
Reference in a new issue