call AC_LIBTOOL_WIN32_DLL.
* configure.in: call AC_LIBTOOL_WIN32_DLL. * src/Makefile.am: add -no-undefined to libmetacity_private_la_LDFLAGS and write dependency libraries in libmetacity_private_la_LIBADD.
This commit is contained in:
parent
a8708e1c55
commit
0996da5e8e
@ -1,3 +1,10 @@
|
||||
2003-04-19 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
||||
|
||||
* configure.in: call AC_LIBTOOL_WIN32_DLL.
|
||||
|
||||
* src/Makefile.am: add -no-undefined to libmetacity_private_la_LDFLAGS
|
||||
and write dependency libraries in libmetacity_private_la_LIBADD.
|
||||
|
||||
2003-04-06 Rob Adams <robadams@ucla.edu>
|
||||
|
||||
* src/place.c (find_next_cascade): cascade on xinerama with
|
||||
|
@ -20,6 +20,7 @@ AC_PROG_INTLTOOL([0.21])
|
||||
AC_PROG_CC
|
||||
AC_ISC_POSIX
|
||||
AC_HEADER_STDC
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
changequote(,)dnl
|
||||
|
@ -101,6 +101,9 @@ libmetacity_private_la_SOURCES= \
|
||||
util.h \
|
||||
common.h
|
||||
|
||||
libmetacity_private_la_LDFLAGS = -no-undefined
|
||||
libmetacity_private_la_LIBADD = $(METACITY_LIBS)
|
||||
|
||||
libmetacityincludedir = $(includedir)/metacity-1/metacity-private
|
||||
|
||||
libmetacityinclude_HEADERS = \
|
||||
|
Loading…
Reference in New Issue
Block a user