]> jfr.im git - solanum.git/blame_incremental - librb/Makefile.am
wsockd: conn_t.stream is not needed
[solanum.git] / librb / Makefile.am
... / ...
CommitLineData
1AUTOMAKE_OPTIONS = foreign
2
3SUBDIRS = src
4
5pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = librb.pc
7
8BUILT_SOURCES = include/serno.h
9
10# NOTE: you'll want to change the below if you are unbundling
11include/serno.h:
12 @if [ -f ../include/serno.h ]; then \
13 cp ../include/serno.h include/; \
14 else \
15 echo '#define SERNO "unknown"' >include/serno.h; \
16 echo '#define DATECODE 0UL' >>include/serno.h; \
17 fi
18
19clean-local:
20 rm -f include/serno.h