mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
build: Look for copied Objective-C files in builddir again
This reverts commit03c324c64a
and fixes the original problem withe004d5f397
that caused the revert. We use $(builddir) instead of $(abs_builddir) so that Automake's dependency generation works correctly. See !127.
This commit is contained in:
parent
ca98ce4280
commit
fe72b8772e
@ -627,13 +627,13 @@ libgio_objc_2_0_la_CFLAGS = $(libgio_2_0_la_CFLAGS) -xobjective-c
|
||||
libgio_objc_2_0_la_CPPFLAGS = $(libgio_2_0_la_CPPFLAGS)
|
||||
libgio_objc_2_0_la_LDFLAGS = $(libgio_2_0_la_LDFLAGS) -Wl,-framework,Foundation -Wl,-framework,AppKit
|
||||
libgio_objc_2_0_la_SOURCES = \
|
||||
gnextstepsettingsbackend.c \
|
||||
gosxcontenttype.c \
|
||||
gosxappinfo.c \
|
||||
gosxappinfo.h
|
||||
$(builddir)/gnextstepsettingsbackend.c \
|
||||
$(builddir)/gosxcontenttype.c \
|
||||
$(builddir)/gosxappinfo.c \
|
||||
$(builddir)/gosxappinfo.h
|
||||
if MAC_OS_X_9
|
||||
libgio_objc_2_0_la_SOURCES += \
|
||||
gcocoanotificationbackend.c
|
||||
$(builddir)/gcocoanotificationbackend.c
|
||||
endif
|
||||
|
||||
noinst_LTLIBRARIES += libgio-objc-2.0.la
|
||||
|
Loading…
Reference in New Issue
Block a user