mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 15:12:32 +01:00
15 lines
215 B
Makefile
15 lines
215 B
Makefile
lib_LTLIBRARIES = libwmfun.la
|
|
|
|
libwmfun_la_LDFLAGS = -version-info 1:0:1
|
|
|
|
libwmfun_la_SOURCES = bilinear.c \
|
|
fade.c \
|
|
generic.c \
|
|
generic.h \
|
|
getopt.c \
|
|
getopt.h \
|
|
getopt1.c \
|
|
wave.c \
|
|
drawstring.c
|
|
|