ElvishArtisan / rivendell

A full-featured radio automation system targeted for use in professional broadcast and media environments
197 stars 63 forks source link

Typo in cae/Makefile.am #935

Closed dklann closed 6 months ago

dklann commented 6 months ago

Git commit f06f3d14 appears to be missing the header file play_session.h. On further investigation, it turns out that it's simply a "stray" underscore in cae/Makefile.am.

I'll submit a pull request if you'd like, but it seems like a pretty easy fix: replace play_session.h with playsession.h.

ElvishArtisan commented 6 months ago

Sure 'nuff. Fixed in 7e45309. Please test!

dklann commented 6 months ago

Confirming that the build works here as expected in commit 7e45309.

ElvishArtisan commented 6 months ago

Thanks!