749d697c98
Due to reversed conditionals, it wasn't being generated properly. This also actually fixes its generation in librb by just copying the Charybdis version. Unbundlers will want to take note of this.
12 lines
250 B
Makefile
12 lines
250 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = librb.pc
|
|
|
|
BUILT_SOURCES = include/serno.h
|
|
|
|
# NOTE: you'll want to change the below if you are unbundling
|
|
include/serno.h:
|
|
@cp ../include/serno.h include/
|