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
|