>>> "Johnny" == Johnny Wezel <[EMAIL PROTECTED]> writes:
Johnny> What's needed to create shared libraries? My automake only creates
Johnny> static libraries.
Johnny> This is my Makefile.am:
Johnny> AM_CXXFLAGS = -g -DGC_OPERATOR_NEW_ARRAY -DGC_DEBUG
Johnny> lib_LTLIBRARIES = libj.la
Johnny
What's needed to create shared libraries? My automake only creates
static libraries.
This is my Makefile.am:
AM_CXXFLAGS = -g -DGC_OPERATOR_NEW_ARRAY -DGC_DEBUG
lib_LTLIBRARIES = libj.la
library_includedir = $(includedir)/libj
libj_la_SOURCES =\
JFlAdd.cc\
JFlAdd.h\
JFlAnyVa