2019-01-05 Fred Gleason <fredg@paravelsystems.com>

* Added a 'pypad_xmpad.py' PyPAD script.
	* Removed the 'rlm_xmpad' RLM.
This commit is contained in:
Fred Gleason
2019-01-05 11:19:23 -05:00
parent 5a57f51335
commit 04aa220a69
7 changed files with 294 additions and 551 deletions

View File

@@ -23,8 +23,7 @@ OBJS =
rlm_shoutcast1.rlm\
rlm_spottrap.rlm\
rlm_test.rlm\
rlm_tunein.rlm\
rlm_xmpad.rlm
rlm_tunein.rlm
%.rlm: %.c
$(CC) $(CFLAGS) -fPIC -shared $< -o $@