1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
4 configdir = @FVWM_DATADIR@
6 module_PROGRAMS = FvwmIdent
8 EXTRA_DIST = $(man_MANS) ConfigFvwmIdent
13 FvwmIdent_SOURCES = FvwmIdent.c FvwmIdent.h
14 FvwmIdent_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) $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 -lm \
21 $(X_EXTRA_LIBS) $(Xrender_LIBS) $(rsvg_LIBS) $(iconv_LIBS) $(Bidi_LIBS)
23 INCLUDES = -I$(top_srcdir) $(Xft_CFLAGS) $(xpm_CFLAGS) $(png_CFLAGS) \
24 $(X_CFLAGS) $(Xrender_CFLAGS) $(iconv_CFLAGS) $(Bidi_CFLAGS)