Still need the C++ runtime for the C bindings on Solaris; need stdlib.h for various prototypes.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@705364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Adriaan de Groot 2007-08-27 20:05:44 +00:00
parent 38e140962a
commit 317de487ba
3 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ IF(HAVE_CRUN_LIB)
# stlport4 and stdcxx -- make this a mess. We really only
# support stdcxx, but won't force the issue here.
#
# TARGET_LINK_LIBRARIES(tag_c Cstd Crun)
TARGET_LINK_LIBRARIES(tag_c Crun)
ENDIF(HAVE_CRUN_LIB)
SET_TARGET_PROPERTIES(tag_c PROPERTIES VERSION 0.0.0 SOVERSION 0 )

View File

@ -21,6 +21,7 @@
#include "tag_c.h"
#include <stdlib.h>
#include <fileref.h>
#include <tfile.h>
#include <vorbisfile.h>

View File

@ -29,6 +29,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <tlist.h>
#include <fileref.h>