summaryrefslogtreecommitdiff
path: root/ext/mcal/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcal/Makefile.in')
-rw-r--r--ext/mcal/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/mcal/Makefile.in b/ext/mcal/Makefile.in
new file mode 100644
index 0000000000..13b9c5669b
--- /dev/null
+++ b/ext/mcal/Makefile.in
@@ -0,0 +1,10 @@
+
+DEPTH = ../..
+topsrcdir = @topsrcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+LTLIBRARY_NAME = libmcal.la
+LTLIBRARY_SOURCES = php_mcal.c
+
+include $(topsrcdir)/build/ltlib.mk