gtk/modules/engines/ms-windows/Makefile.am

26 lines
420 B
Makefile
Raw Normal View History

2003-10-07 19:10:15 +00:00
SUBDIRS=Theme
EXTRA_DIST=Makefile.msc
2004-03-20 11:42:30 +00:00
INCLUDES=$(MSW_CFLAGS)
2003-10-07 19:10:15 +00:00
enginedir=$(libdir)/gtk-2.0/$(GTK_VERSION)/engines
2004-05-21 19:02:59 +00:00
engine_LTLIBRARIES = libwimp.la
2003-10-07 19:10:15 +00:00
2004-05-21 19:02:59 +00:00
libwimp_la_SOURCES = \
2004-03-20 11:42:30 +00:00
msw_rc_style.c \
msw_rc_style.h \
msw_style.c \
msw_style.h \
msw_theme_main.c \
2003-10-07 19:10:15 +00:00
xp_theme.c \
xp_theme_defs.h \
xp_theme.h
2004-05-21 19:02:59 +00:00
libwimp_la_LDFLAGS = \
2004-03-20 11:42:30 +00:00
-avoid-version -module -no-undefined -export-dynamic
2004-05-21 19:02:59 +00:00
libwimp_la_LIBADD= $(MSW_LIBS)
2003-10-07 19:10:15 +00:00