cvsimport
[fvwm.git] / modules / FvwmDragWell / Makefile.am
blob337d1bad1363ddfc75879bfd9368ed89902d72a6
1 ## Process this file with automake to create Makefile.in
3 ## Notes: The Imakefile had compiled this only if Xpm was enabled;
4 ## however, it appears to be #ifdef'd properly to compile without XPM.
6 moduledir = @FVWM_MODULEDIR@
7 module_PROGRAMS = FvwmDragWell
8 man_MANS = FvwmDragWell.1
9 FvwmDragWell_SOURCES = fvwmDragWell.c xdndDragSource.c cursorStuff.c \
10         commonStuff.h cursorStuff.h dragSource.h fvwmDragWell.h
11 FvwmDragWell_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
12 EXTRA_DIST = $(man_MANS)
15 LDADD = -L$(top_builddir)/libs -lfvwm \
16         $(X_LIBS) $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) \
17         -lm $(Xrender_LIBS) $(rsvg_LIBS)
19 INCLUDES = -I$(top_srcdir) $(X_CFLAGS) $(Xrender_CFLAGS)