diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-12-02 10:14:50 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-02 10:14:50 +0000 |
commit | 809160700a090e136e5945f310e44598b03a1c4a (patch) | |
tree | 082cecadad92f62066bd6d9631d46188b7395089 | |
parent | cc124ead12d101480f9301b1e4ebd31c3d835847 (diff) |
Fixed the LDADD to make it not just compile but also link.modemlights_libgtop
-rw-r--r-- | modemlights/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modemlights/Makefile.am b/modemlights/Makefile.am index 8ab8002c8..5f098a292 100644 --- a/modemlights/Makefile.am +++ b/modemlights/Makefile.am @@ -13,8 +13,8 @@ modemlights_applet_SOURCES = \ properties.c modemlights_applet_LDADD = ../../panel/libpanel_applet.la \ - $(GNOME_LIBDIR) $(ORB_LIBS) \ - $(GNOMEUI_LIBS) $(INTLLIBS) \ + $(GNOME_LIBDIR) \ + $(GNOMEGNORBA_LIBS) $(INTLLIBS) \ $(LIBGTOP_LIBS) $(LIBGTOP_EXTRA_LIBS) EXTRA_DIST = \ |