Skip to content
Snippets Groups Projects
Commit a0dd0fdd authored by Marvin Scholz's avatar Marvin Scholz
Browse files

keystore/keychain: Use OBJCFLAGS instead of CFLAGS

This is an Objective C module, therefore it should use OBJCFLAGS instead
of CFLAGS.
parent d8908c11
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ libkwallet_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(keystoredir)'
libkwallet_plugin_la_LIBADD = $(DBUS_LIBS) $(LIBM)
libkeychain_plugin_la_SOURCES = keystore/keychain.m
libkeychain_plugin_la_OBJCFLAGS = $(AM_CFLAGS) -fobjc-arc
libkeychain_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -fobjc-arc
libkeychain_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(keystoredir)' -Wl,-framework,Foundation -Wl,-framework,Security -Wl,-framework,Cocoa
if HAVE_OSX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment