diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 144422d..d5bac3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ squeakyclean: maintainer-clean codegen: mkdir -p $@ - cp -r "@AMQP_CODEGEN_DIR@"/* $@ + cp -r "$(top_srcdir)/$(AMQP_CODEGEN_DIR)"/* $@ $(MAKE) -C $@ clean EXTRA_DIST=codegen debian LICENSE-MPL-RabbitMQ LICENSE-GPL-2.0 |
