0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00
construct/wsockd/Makefile.am
2016-04-02 17:07:00 -05:00

8 lines
171 B
Makefile

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