mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-20 05:25:52 +01:00
7 lines
263 B
Makefile
7 lines
263 B
Makefile
INCLUDES = -I$(top_srcdir)/src $(all_includes)
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libbfc_platform.a
|
|
libbfc_platform_a_SOURCES = guid.h linux.h platform.h platform.cpp
|
|
|
|
libbfc_platform_a_LIBADD = $(top_builddir)/src/bfc/platform/linux/libbfc_platform_linux.a
|