mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 03:25:46 -04:00
Initial community commit
This commit is contained in:
6
Src/Wasabi/bfc/platform/Makefile.am
Normal file
6
Src/Wasabi/bfc/platform/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
Reference in New Issue
Block a user