1 ## Process this file with automake to create Makefile.in
3 ## Don't build and install xselection, there is a better xselection package.
4 EXTRA_PROGRAMS = xselection
6 EXTRA_DIST = quantize_pixmaps build_dev.sh configure_dev.sh rebuild_dev.sh \
7 fvwm_make_browse_menu.sh fvwm_make_directory_menu.sh changelog.vim
9 LDADD = -L$(top_builddir)/libs $(X_LIBS) -lfvwm $(xpm_LIBS) \
10 $(X_PRE_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) $(png_LIBS)
11 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(X_CFLAGS) $(png_CFLAGS)