summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-12-03 12:18:37 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-12-03 12:18:37 +0000
commit1e13441ec61642c431dd2d534308ba10323244bb (patch)
tree396386467db2df3008adfe1c7dbf41422d1f165a /lib
parent187da6c141fda7b658c576914651e0efa3d04508 (diff)
downloadtotem-1e13441ec61642c431dd2d534308ba10323244bb.tar.gz
Move to totem-pl-parser module
2007-12-03 Bastien Nocera <hadess@hadess.net> * plparse/*: * totem-plparser-uninstalled.pc.in: * totem-plparser.pc.in: Move to totem-pl-parser module * Makefile.am: * bindings/python/totem.override: * browser-plugin/Makefile.am: * configure.in: * lib/Makefile.am: * src/Makefile.am: * src/backend/bacon-video-widget.h: * src/totem-playlist.h: * src/totem.c: * src/totem.h: Update includes and configure to use the external totem-pl-parser (Closes: #462153) 2007-12-03 Bastien Nocera <hadess@hadess.net> * POTFILES.in: remove removed files svn path=/trunk/; revision=4942
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 163e867e7..617f6300e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,5 @@
noinst_LTLIBRARIES = \
- libtotemscrsaver.la \
- libtotem_glibc.la
+ libtotemscrsaver.la
common_defines = \
-D_REENTRANT \
@@ -31,10 +30,3 @@ libtotemscrsaver_la_LIBADD = \
$(DBUS_LIBS) \
$(XTEST_LIBS)
-noinst_HEADERS = totem_internal.h
-
-libtotem_glibc_la_SOURCES =
-libtotem_glibc_la_LIBADD = @LTLIBOBJS@
-
-EXTRA_DIST = asprintf.c
-