2008-04-05 09:15:14 -07:00
|
|
|
AM_CPPFLAGS = $(WZ_CPPFLAGS)
|
2008-04-05 08:11:43 -07:00
|
|
|
AM_CFLAGS = $(WZ_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libexceptionhandler.a
|
2008-04-05 09:15:14 -07:00
|
|
|
noinst_HEADERS = exceptionhandler.h exchndl.h
|
2008-04-05 08:11:43 -07:00
|
|
|
|
|
|
|
libexceptionhandler_a_SOURCES = exceptionhandler.c
|
2008-04-05 09:15:14 -07:00
|
|
|
|
|
|
|
if MINGW32
|
|
|
|
libexceptionhandler_a_SOURCES += exchndl.c
|
|
|
|
endif
|