Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-10-12 16:13:15 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-18 18:08:32 (GMT)
commitaebe0f2de3440ba1511c122f23e64a46121a65cb (patch)
tree4e35cfc83727c6414c3494928293ffc9997c7438
parent87b4103e48f57f8a5ae0f4a7874ec7f575491759 (diff)
Properly generate the library
-rw-r--r--src/sugar/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sugar/Makefile.am b/src/sugar/Makefile.am
index 5c697db..dd3a22f 100644
--- a/src/sugar/Makefile.am
+++ b/src/sugar/Makefile.am
@@ -9,7 +9,7 @@ sugar_PYTHON = \
util.py \
wm.py
-EXTRA_LTLIBRARIES = libsugarext.la
+lib_LTLIBRARIES = libsugarext.la
libsugarext_la_CFLAGS = \
-DHAVE_ALSA \
@@ -17,7 +17,7 @@ libsugarext_la_CFLAGS = \
$(WARN_CFLAGS)
libsugarext_la_LDFLAGS = $(LDADD)
-libsugarext_la_LIBADD = -lSM -lICE
+libsugarext_la_LIBADD = -lSM -lICE -lasound -lglib-2.0 -lgdk-x11-2.0 -lgtk-x11-2.0
public_headers = \
sugar-address-entry.h \