Files
libstb-hal/common/Makefile.am
Stefan Seyfried 91775a6029 move dependent headers into one directory
in preparation of proper installation of the lib
2013-10-27 14:34:45 +01:00

12 lines
204 B
Makefile

noinst_LTLIBRARIES = libcommon.la
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
AM_CXXFLAGS += \
-I $(top_srcdir)/include
libcommon_la_SOURCES = \
ca.cpp \
lt_debug.c \
proc_tools.c