NEWS/Changelog for previous commit.
[fvwm.git] / modules / FvwmIconMan / Makefile.am
blob3027c5df25b464d94fb09c678cd1726ebb029c3c
1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
4 configdir = @FVWM_DATADIR@
6 module_PROGRAMS = FvwmIconMan
7 man_MANS = FvwmIconMan.1
8 EXTRA_DIST = $(man_MANS) ConfigFvwmIconMan
10 config_DATA = \
11   ConfigFvwmIconMan
13 FvwmIconMan_SOURCES = FvwmIconMan.c FvwmIconMan.h debug.c debug.h \
14         functions.c fvwm.c globals.c readconfig.c readconfig.h \
15         winlist.c x.c x.h xmanager.c xmanager.h
17 FvwmIconMan_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
19 ## Xpm note: while this module may not depend on Xpm explicitly,
20 ## there are sometimes dependencies through functions in libfvwm
21 ## so we might as well link against libXpm, if present.
22 LDADD = -L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS) \
23         $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) \
24         $(iconv_LIBS) $(Xrender_LIBS) $(rsvg_LIBS) -lm $(Bidi_LIBS)
26 INCLUDES = -I$(top_srcdir)  $(Xft_CFLAGS) $(X_CFLAGS) \
27         $(iconv_CFLAGS) $(Xrender_CFLAGS) $(Bidi_CFLAGS)