calendar server: fix _LDFLAGS vs _LDADD mixup
_LDFLAGS is for flags. _LDADD is for LIBS. https://bugzilla.gnome.org/show_bug.cgi?id=724184
This commit is contained in:
parent
3b980a173f
commit
ccec7732a7
@ -23,7 +23,7 @@ gnome_shell_calendar_server_CFLAGS = \
|
||||
$(CALENDAR_SERVER_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
gnome_shell_calendar_server_LDFLAGS = \
|
||||
gnome_shell_calendar_server_LDADD = \
|
||||
$(CALENDAR_SERVER_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user