We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f5e46 commit aee1fe5Copy full SHA for aee1fe5
src/Makefile.am
@@ -114,8 +114,18 @@ DTRACE_SOURCES=provider.h
114
endif
115
116
if HAVE_SWIFT
117
-libdispatch_la_SOURCES+=swift/swift_wrappers.c
118
-EXTRA_libdispatch_la_SOURCES+=swift/Dispatch.swift
+libdispatch_la_SOURCES+=swift/Dispatch.mm
+EXTRA_libdispatch_la_SOURCES+= \
119
+ swift/Dispatch.swift \
120
+ swift/Block.swift \
121
+ swift/Data.swift \
122
123
+ swift/IO.swift \
124
+ swift/Private.swift \
125
+ swift/Queue.swift \
126
+ swift/Source.swift \
127
+ swift/Time.swift
128
+
129
EXTRA_libdispatch_la_DEPENDENCIES+=$(abs_builddir)/Dispatch.o $(abs_builddir)/Dispatch.swiftmodule
130
libdispatch_la_LIBADD+=$(abs_builddir)/Dispatch.o
131
0 commit comments