gtk/modules/engines/ms-windows/Makefile.am
2004-05-21 19:02:59 +00:00

26 lines
420 B
Makefile

SUBDIRS=Theme
EXTRA_DIST=Makefile.msc
INCLUDES=$(MSW_CFLAGS)
enginedir=$(libdir)/gtk-2.0/$(GTK_VERSION)/engines
engine_LTLIBRARIES = libwimp.la
libwimp_la_SOURCES = \
msw_rc_style.c \
msw_rc_style.h \
msw_style.c \
msw_style.h \
msw_theme_main.c \
xp_theme.c \
xp_theme_defs.h \
xp_theme.h
libwimp_la_LDFLAGS = \
-avoid-version -module -no-undefined -export-dynamic
libwimp_la_LIBADD= $(MSW_LIBS)