0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-10 12:38:36 +02:00
construct/wsockd/Makefile.am

8 lines
171 B
Makefile
Raw Normal View History

pkglibexec_PROGRAMS = wsockd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../librb/include
wsockd_SOURCES = wsockd.c sha1.c
wsockd_LDADD = ../librb/src/librb.la