diff options
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r-- | src/gbm/Makefile.am | 1 |
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) \ |