fvwm-convert-2.6: Only print out StartFunction when defined.
[fvwm.git] / modules / FvwmButtons / Makefile.am
blob9cd57d483d09c431fdfb749c738b6fed3f4fa446
1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
4 configdir = @FVWM_DATADIR@
6 module_PROGRAMS = FvwmButtons
7 man_MANS = FvwmButtons.1
8 EXTRA_DIST = $(man_MANS) CHANGES samplebuttonrc BUGS ConfigFvwmButtons
10 config_DATA = ConfigFvwmButtons
12 FvwmButtons_SOURCES = \
13         FvwmButtons.c FvwmButtons.h button.c button.h draw.c draw.h \
14         icons.c icons.h misc.c misc.h output.c parse.c parse.h \
15         dynamic.c dynamic.h
17 FvwmButtons_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) $(xpm_LIBS)  \
23         $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) \
24         $(iconv_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS) $(Bidi_LIBS) \
25         $(png_LIBS) $(rsvg_LIBS)
27 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(Xft_CFLAGS) $(X_CFLAGS) \
28         $(iconv_CFLAGS) $(Xrender_CFLAGS) $(fribidi_CFLAGS) $(png_CFLAGS)