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