From: <ny...@us...> - 2006-06-25 06:11:04
|
Revision: 69 Author: nyaochi Date: 2006-06-24 23:10:55 -0700 (Sat, 24 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=69&view=rev Log Message: ----------- Added Makefile.am for libwstring Modified Paths: -------------- branches/branch_0.12/Makefile.am Added Paths: ----------- branches/branch_0.12/lib/wstring/Makefile.am Modified: branches/branch_0.12/Makefile.am =================================================================== --- branches/branch_0.12/Makefile.am 2006-06-25 06:06:43 UTC (rev 68) +++ branches/branch_0.12/Makefile.am 2006-06-25 06:10:55 UTC (rev 69) @@ -1,6 +1,6 @@ # $Id$ -SUBDIRS = m4 libltdl lib/ucs2 lib/filepath lib/gmi lib/playlist lib/pmp lib/pmp_irivnavi lib/pmp_portalplayer1 lib/pmp_iriverplus2 frontend/easypmp/cui +SUBDIRS = m4 libltdl lib/wstring lib/ucs2 lib/filepath lib/gmi lib/playlist lib/pmp lib/pmp_irivnavi lib/pmp_portalplayer1 lib/pmp_iriverplus2 frontend/easypmp/cui docdir = $(prefix)/share/doc/@PACKAGE@ doc_DATA = README INSTALL COPYING AUTHORS ChangeLog Added: branches/branch_0.12/lib/wstring/Makefile.am =================================================================== --- branches/branch_0.12/lib/wstring/Makefile.am (rev 0) +++ branches/branch_0.12/lib/wstring/Makefile.am 2006-06-25 06:10:55 UTC (rev 69) @@ -0,0 +1,13 @@ +# $Id$ + +noinst_LTLIBRARIES = libwstring.la + +libwstring_la_SOURCES = \ + ../../include/wstring.h \ + wstring.c \ + wstring_iconv.c + +libwstring_la_LDFLAGS = @ICONV_LIBS@ -no-undefined + +AM_CFLAGS = @CFLAGS@ +INCLUDES = @INCLUDES@ Property changes on: branches/branch_0.12/lib/wstring/Makefile.am ___________________________________________________________________ Name: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |