[gnome-online-accounts] examples: Fix typo in Makefile



commit 8da5ada7fe802664f6206032fad951a9f8c0a29d
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Apr 12 21:58:24 2012 +0200

    examples: Fix typo in Makefile

 src/examples/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 09bf084..829c9e5 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -18,7 +18,7 @@ noinst_PROGRAMS = list-providers list-accounts tweet
 
 list_providers_SOURCES = list-providers.c
 list_providers_CFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS)
-list_providers_LDADD = $(GLIB_LIBS) $(GTK_CFLAGS) ../goabackend/libgoa-backend-1.0.la ../goa/libgoa-1.0.la
+list_providers_LDADD = $(GLIB_LIBS) $(GTK_LIBS) ../goabackend/libgoa-backend-1.0.la ../goa/libgoa-1.0.la
 
 list_accounts_SOURCES = list-accounts.c
 list_accounts_CFLAGS = $(GLIB_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]