mirror of
https://github.com/videolan/vlc.git
synced 2025-01-07 16:28:29 +08:00
5 lines
129 B
Makefile
5 lines
129 B
Makefile
noinst_LTLIBRARIES = libcompat.la
|
|
libcompat_la_SOURCES =
|
|
libcompat_la_LIBADD = $(LTLIBOBJS)
|
|
libcompat_la_LDFLAGS = -no-undefined
|