mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
get rid of mtd-plugins.h in favor of combined plugin header file ff-plugins.h
This commit is contained in:
parent
44014ecf1f
commit
7f84afb786
@ -68,4 +68,5 @@ EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
|
||||
db-sql-sqlite2.h db-sql-sqlite2.c \
|
||||
db-sql-sqlite3.h db-sql-sqlite3.c \
|
||||
w32-eventlog.c w32-eventlog.h w32-service.c w32-service.h \
|
||||
os-win32.h os-win32.c win32.h db-gdbm.c db-gdbm.h
|
||||
os-win32.h os-win32.c win32.h db-gdbm.c db-gdbm.h \
|
||||
ff-plugins.h
|
||||
|
@ -18,7 +18,7 @@ ssc_script_LTLIBRARIES=ssc-script.la
|
||||
ssc_script_la_LDFLAGS=-module -avoid-version
|
||||
ssc_script_la_SOURCES=ssc-script.c
|
||||
|
||||
EXTRA_DIST = compat.h rsp.h mtd-plugins.h xml-rpc.h ssc-ffmpeg.c ssc-script.c
|
||||
EXTRA_DIST = compat.h rsp.h xml-rpc.h ssc-ffmpeg.c ssc-script.c
|
||||
|
||||
AM_CFLAGS = -I..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user