summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-01 14:26:32 +0100
committerSimon Josefsson <simon@josefsson.org>2007-03-01 14:26:32 +0100
commitf793f4d8b4082cc144211831bb01fd657e404d5b (patch)
tree909b602b709ef860b59d29635814df590a8c0c0c /GNUmakefile
parent0137d1906841e5ce9affe72184cecb36a3d53bc4 (diff)
downloadlibtasn1-f793f4d8b4082cc144211831bb01fd657e404d5b.tar.gz
libtasn1-f793f4d8b4082cc144211831bb01fd657e404d5b.tar.bz2
libtasn1-f793f4d8b4082cc144211831bb01fd657e404d5b.zip
Use GNUmakefile from build-aux/.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index da9170b..1fd5a4c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,2 +1,8 @@
-include build-aux/GNUmakefile
-include $(srcdir)/maint-cfg.mk
+have-gnulib-files := $(shell test -f gnulib.mk && test -f maint.mk && echo yes)
+ifneq ($(have-gnulib-files),yes)
+gnulib.mk:
+ ln -s build-aux/GNUmakefile gnulib.mk
+ ln -s build-aux/maint.mk maint.mk
+endif
+
+include gnulib.mk