1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00

Makefile source, has a fix for compiling C++ files.

This commit is contained in:
Jan Borsodi
2000-11-15 18:54:05 +00:00
parent d0b3314c77
commit 14350f9aef

10
ext/qtdom/Makefile.in Normal file
View File

@@ -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