libsounds r186 - trunk/libsounds



Author: jensg
Date: Tue Feb  5 18:43:41 2008
New Revision: 186
URL: http://svn.gnome.org/viewvc/libsounds?rev=186&view=rev

Log:
2008-02-05  Jens Granseuer  <jensgr gmx net>

	* Makefile.am: use libtool to generate the library so we also get a
	non-static version which is needed by gnome-settings-daemon


Modified:
   trunk/libsounds/ChangeLog
   trunk/libsounds/Makefile.am

Modified: trunk/libsounds/Makefile.am
==============================================================================
--- trunk/libsounds/Makefile.am	(original)
+++ trunk/libsounds/Makefile.am	Tue Feb  5 18:43:41 2008
@@ -1,10 +1,10 @@
-noinst_LIBRARIES = libsounds.a
+noinst_LTLIBRARIES = libsounds.la
 
 INCLUDES = \
 	-I$(top_srcdir) \
 	@GNOME_CFLAGS@
 
-libsounds_a_SOURCES = \
+libsounds_la_SOURCES = \
 	sound-event.c \
 	sound-event.h \
 	sound-properties.c \



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