[ekiga] Fix two mistakes in Makefile.am files



commit e8220222d4bb5b5244d893146ca141b8f3f16845
Author: Julien Puydt <jpuydt gnome org>
Date:   Fri Jun 26 13:05:35 2009 +0200

    Fix two mistakes in Makefile.am files
    
    One is a typo, the other is building things in the right order

 lib/Makefile.am        |    2 +-
 lib/gmconf/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7f85a24..9186589 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gmconf gui toolbox platform
+SUBDIRS = platform gmconf gui toolbox
 
 if !WIN32
 SUBDIRS += pixops
diff --git a/lib/gmconf/Makefile.am b/lib/gmconf/Makefile.am
index 21f0000..a16141e 100644
--- a/lib/gmconf/Makefile.am
+++ b/lib/gmconf/Makefile.am
@@ -13,7 +13,7 @@ libgmconf_la_SOURCES += gmconf-glib.c
 endif
 
 AM_CFLAGS = $(GCONF_CFLAGS) $(GLIB_CFLAGS)
-AM_LIBS = $(GCONF_LIBS) $(GCONF_LIBS)
+AM_LIBS = $(GCONF_LIBS) $(GLIB_LIBS)
 
 libgmconf_la_LDFLAGS = -export-dynamic $(AM_LIBS)
 



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