summaryrefslogtreecommitdiffstats
path: root/src/gbm/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <[email protected]>2017-06-16 14:11:16 +0100
committerDaniel Stone <[email protected]>2017-07-18 22:16:20 +0100
commit2ede8943848b139afca7ac281df4c3e982e73b33 (patch)
treec41350769b026de7d17ca84a6c7fd52dacda037d /src/gbm/Makefile.am
parent6f8d8b17a1e25361881dfa4f91a43c1c04b029f9 (diff)
gbm: Pull out FourCC <-> DRIimage format table
Rather than duplicated (yet asymmetric) open-coded tables, pull them out to a common structure. Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r--src/gbm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index 60b09245065..de8396000b7 100644
--- a/src/gbm/Makefile.am
+++ b/src/gbm/Makefile.am
@@ -5,6 +5,7 @@ pkgconfig_DATA = main/gbm.pc
AM_CFLAGS = \
-I$(top_srcdir)/include \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/loader \
-I$(top_srcdir)/src/gbm/main \
$(DLOPEN_CFLAGS) \