disable creation of the fake .la file

This commit is contained in:
Pedro Lopez-Cabanillas 2010-08-08 22:02:45 +00:00
parent 0be960c0d7
commit 1a6348b2ac

View file

@ -229,9 +229,9 @@ if ( LIBFLUID_CPPFLAGS )
PROPERTIES COMPILE_FLAGS ${LIBFLUID_CPPFLAGS} )
endif ( LIBFLUID_CPPFLAGS )
include ( CreateLibtoolFile )
create_libtool_file ( libfluidsynth "lib${LIB_SUFFIX}" )
# this code creates the file libfluidsynth.la
# include ( CreateLibtoolFile )
# create_libtool_file ( libfluidsynth "lib${LIB_SUFFIX}" )
target_link_libraries ( libfluidsynth
${GLIB_LIBRARIES}