Copy purify.fvwm2rc to /tmp - add instructions in README.
[fvwm.git] / modules / FvwmPager / Makefile.am
blobc2abc5a9962dd815c569cdaa85473837fcb7921a
1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
4 configdir = @FVWM_DATADIR@
6 module_PROGRAMS = FvwmPager
7 man_MANS = FvwmPager.1
8 EXTRA_DIST = $(man_MANS) ConfigFvwmPager
10 config_DATA = \
11   ConfigFvwmPager
13 FvwmPager_SOURCES = FvwmPager.c FvwmPager.h x_pager.c
14 FvwmPager_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
16 ## Xpm note: while this module may not depend on Xpm explicitly,
17 ## there are sometimes dependencies through functions in libfvwm
18 ## so we might as well link against libXpm, if present.
19 LDADD = -L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS) $(xpm_LIBS) \
20         $(png_LIBS) $(rsvg_LIBS) $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 \
21         $(X_EXTRA_LIBS) -lm $(Xrender_LIBS) $(Xcursor_LIBS) $(iconv_LIBS) \
22         $(Bidi_LIBS)
24 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(png_CFLAGS) $(Xft_CFLAGS) \
25         $(X_CFLAGS) $(Xrender_CFLAGS) $(iconv_CFLAGS) $(Bidi_CFLAGS)