aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/python/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 9cb99c44..224a91ad 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -54,10 +54,10 @@ copystamp: $(COPY_FILES) $(COPY_FILES_PYME) data.h config.h
touch $@
data.h:
- ln -s "$(top_srcdir)/src/data.h"
+ ln -s "$(top_srcdir)/src/data.h" .
config.h:
- ln -s "$(top_builddir)/config.h"
+ ln -s "$(top_builddir)/config.h" .
all-local: copystamp
for PYTHON in $(PYTHONS); do \