prikhi / lightdm-mini-greeter

A Minimal, Configurable, Single-User GTK3 LightDM Greeter
GNU General Public License v3.0
541 stars 48 forks source link

Make Autotools to use LDADD instead of LDFLAGS #16

Closed Z1ni closed 6 years ago

Z1ni commented 6 years ago

This fixes building at least for Xubuntu 17.10.1 and GCC 7.2.0. Without this change, the build fails with undefined LightDM and GTK references. Some Googling suggests that LDADD is the preferred way to add libraries with Automake. See e.g. https://stackoverflow.com/a/4241813/1592544

prikhi commented 6 years ago

Wonderful, thanks :)