* make_fvwmdist.sh (wrong_dir): Use portable way of redirecting
[fvwm.git] / libs / Makefile.am
blob10c48b9427eec5dee120d42cf0ea47d55246ecef
1 ## Process this file with automake to create Makefile.in
3 noinst_LIBRARIES = libfvwm.a
5 ## please keep .c files in largest first order to speed up parallel makes
6 libfvwm_a_SOURCES = ClientMsg.h Colorset.h Grab.h Module.h Parse.h Picture.h \
7         Strings.h defaults.h envvar.h fvwmlib.h fvwmsignal.h lang-strings.h \
8         safemalloc.h vpacket.h wild.h \
9         Graphics.c Parse.c Picture.c Bindings.c Colorset.c envvar.c \
10         ColorUtils.c XResource.c Module.c WinMagic.c Target.c System.c \
11         XError.c fvwmsignal.c GetFont.c Strings.c wild.c safemalloc.c \
12         Pointer.c debug.c Grab.c ClientMsg.c
14 libfvwm_a_LIBADD = @LIBOBJS@ @ALLOCA@
16 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(X_CFLAGS)