summaryrefslogtreecommitdiff
path: root/ext/qtdom
diff options
context:
space:
mode:
authorJan Borsodi <amos@php.net>2000-11-15 18:54:05 +0000
committerJan Borsodi <amos@php.net>2000-11-15 18:54:05 +0000
commit14350f9aefe778bb7d58138a39ba67aa308f432a (patch)
tree417779e5fe2d40a3f1cdaabcf21978047fb89f44 /ext/qtdom
parentd0b3314c77e1e9d6b9deaf015490720196918a12 (diff)
downloadphp-git-14350f9aefe778bb7d58138a39ba67aa308f432a.tar.gz
Makefile source, has a fix for compiling C++ files.
Diffstat (limited to 'ext/qtdom')
-rw-r--r--ext/qtdom/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/qtdom/Makefile.in b/ext/qtdom/Makefile.in
new file mode 100644
index 0000000000..1bbab4ad29
--- /dev/null
+++ b/ext/qtdom/Makefile.in
@@ -0,0 +1,10 @@
+# $Id$
+
+LTLIBRARY_NAME = libqtdom.la
+LTLIBRARY_SOURCES = qtdom.c
+LTLIBRARY_SOURCES_CPP = qtdom_qt.cpp
+LTLIBRARY_SHARED_NAME = qtdom.la
+LTLIBRARY_SHARED_LIBADD = $(QTDOM_SHARED_LIBADD)
+LTLIBRARY_OBJECTS_X = $(LTLIBRARY_SOURCES_CPP:.cpp=.lo)
+
+include $(top_srcdir)/build/dynlib.mk