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:
Ryan Lortie 2014-02-11 17:23:22 -05:00
parent 3b980a173f
commit ccec7732a7

View File

@ -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)