diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/apple/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index 35edb09ad5b..ef12eb0e299 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -1,4 +1,8 @@ TOP = ../../.. +top_builddir = $(TOP) +# This can be a filthy lie. But it doesn't currently build out-of-tree +# anyway, so it's no worse than what we've got now. +top_srcdir = $(TOP) include $(TOP)/configs/current |