1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

added snprintf.c to be linked in WINGs

This commit is contained in:
dan
2001-09-10 04:21:12 +00:00
parent 49e59ab367
commit 680b9d7731
3 changed files with 4 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ libWINGs_a_SOURCES = \
notification.c \
proplist.c \
selection.c \
snprintf.c \
string.c \
tree.c \
userdefaults.c \
@@ -94,6 +95,7 @@ libWUtil_a_SOURCES = \
misc.c \
notification.c \
proplist.c \
snprintf.c \
string.c \
tree.c \
userdefaults.c \