create .a's :)

SVN revision: 1657
This commit is contained in:
Carsten Haitzler 1999-12-17 15:37:18 +00:00
parent e64d52318b
commit 0143114f4d
2 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ AM_PROG_CC_STDC
AC_C_CONST AC_C_CONST
AM_ENABLE_SHARED AM_ENABLE_SHARED
AM_DISABLE_STATIC dnl AM_DISABLE_STATIC
AC_LIBTOOL_DLOPEN AC_LIBTOOL_DLOPEN
AC_LIBTOOL_WIN32_DLL dnl AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
if test X"$enable_shared" = Xyes; then if test X"$enable_shared" = Xyes; then

View File

@ -16,7 +16,7 @@ pkg_LTLIBRARIES = png.la jpeg.la pnm.la argb.la
png_la_SOURCES = loader_png.c png_la_SOURCES = loader_png.c
png_la_LDFLAGS = -no-undefined -module -avoid-version png_la_LDFLAGS = -no-undefined -module -avoid-version
png_la_LIBADD = -lpng -lz -lX11 -lXext png_la_LIBADD = -lpng -lz
jpeg_la_SOURCES = loader_jpeg.c jpeg_la_SOURCES = loader_jpeg.c
jpeg_la_LDFLAGS = -no-undefined -module -avoid-version jpeg_la_LDFLAGS = -no-undefined -module -avoid-version