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:
10
ext/qtdom/Makefile.in
Normal file
10
ext/qtdom/Makefile.in
Normal 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
|
||||
Reference in New Issue
Block a user