summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-29 12:42:41 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-29 12:46:48 +0200
commit6389b08b4f491947c3745441cd3034a6689472f6 (patch)
treef6ba7139a9e870bb938e9f86b298979013d993d7
parent1021494e347da7045c1db834bf9e4f1b5e076f17 (diff)
downloadmetacity-6389b08b4f491947c3745441cd3034a6689472f6.tar.gz
build: fix builddir != srcdir
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 373c653c..97104dd0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@ AM_CPPFLAGS = \
-DSN_API_NOT_YET_FROZEN=1 \
-I$(srcdir)/core \
-I$(srcdir)/include \
+ -I$(builddir)/core \
-I$(top_srcdir) \
$(NULL)
@@ -196,7 +197,7 @@ testasyncgetprop_CFLAGS = \
$(NULL)
ENUM_TYPES = \
- core/window-private.h \
+ $(srcdir)/core/window-private.h \
$(NULL)
core/meta-enum-types.c: core/meta-enum-types.c.in core/meta-enum-types.h $(ENUM_TYPES)