13
0

signals_generated.h is no longer required

This commit is contained in:
Robin Gareus 2024-10-19 21:54:34 +02:00
parent 7b74faaf57
commit 0d71876189
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -136,7 +136,6 @@ def build(bld):
# C++ Headers
includedir = '${INCLUDEDIR}/pbd-%s/pbd' % LIBPBD_MAJOR_VERSION
bld.install_files(includedir, bld.path.ant_glob('pbd/*.h'))
bld.install_files(includedir, 'build/pbd/signals_generated.h')
# Pkgconfig file
autowaf.build_pc(bld, 'libpbd', LIBPBD_VERSION, LIBPBD_MAJOR_VERSION, [],