summaryrefslogtreecommitdiff
path: root/ext/msession
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-10-13 14:55:51 +0000
committerfoobar <sniper@php.net>2001-10-13 14:55:51 +0000
commit67b53c04eb2dfe0641f089aec4b84fd887cae4fb (patch)
tree8c03397161499dca78ddd6cbf0e568db882489fc /ext/msession
parenteea391830a5d129cb4c330fe1a8279308ad50452 (diff)
downloadphp-git-67b53c04eb2dfe0641f089aec4b84fd887cae4fb.tar.gz
This file is generated.
Diffstat (limited to 'ext/msession')
-rw-r--r--ext/msession/libs.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/msession/libs.mk b/ext/msession/libs.mk
deleted file mode 100644
index 7c6e176717..0000000000
--- a/ext/msession/libs.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-include $(top_builddir)/config_vars.mk
-LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) $(LTLIBRARY_OBJECTS_X)
-LTLIBRARY_SHARED_OBJECTS = $(LTLIBRARY_OBJECTS:.lo=.slo)
-$(LTLIBRARY_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
- $(LINK) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_LIBADD)
-
-targets = $(LTLIBRARY_NAME)