summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2008-07-05 09:06:36 +0200
committerStéphane Glondu <glondu@debian.org>2017-07-18 22:08:55 +0200
commitb494a5ba0f3c97e0f3f822a6e8c08890d6f90553 (patch)
tree6a8f436a43e3d5e1733691aeb0790f7a660ecf5b
parent7b7e76c91fa9650fb1d58092a4c1a8aaa31bfaf9 (diff)
[PATCH] Fix FTBFS when native objects are not compiled
Signed-off-by: Stephane Glondu <steph@glondu.net> Gbp-Pq: Name 0001-Fix-FTBFS-when-native-objects-are-not-compiled.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 976ce9b..e8aa80d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ opt: $(LIBNAME) $(SOURCES)
install:
install -d $(DESTDIR)/pam
- install -m 644 -t $(DESTDIR)/pam META *.mli *.cmi *.cmx *.cma *.cmxa *.a
+ install -m 644 -t $(DESTDIR)/pam META $(wildcard *.mli *.cmi *.cmx *.cma *.cmxa *.a)
install -d $(DESTDIR)/stublibs
install -m 644 -t $(DESTDIR)/stublibs dll$(BASENAME).so