dockapps/wmbiff-0.4.27/wmgeneral/Makefile.am
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00

11 lines
244 B
Makefile

noinst_LIBRARIES = libwmgeneral.a
libwmgeneral_a_SOURCES = list.c list.h misc.c misc.h wmgeneral.c wmgeneral.h
MAINTAINERCLEANFILES = Makefile.in
indent:
indent -npro -kr -i4 -ts4 $(libwmgeneral_a_SOURCES) || true
dist-hook-local: indent