1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
NULL = AM_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/samsung-ipc \ $(OPENSSL_CFLAGS) \ $(NULL) lib_LTLIBRARIES = \ libsamsung-ipc.la \ $(NULL) libsamsung_ipc_la_SOURCES = \ crespo_ipc.c \ crespo_nv_data.c \ ipc.c \ ipc_util.c \ util.c \ $(NULL) libsamsung_ipc_la_LIBADD = \ $(OPENSSL_LIBS) \ $(NULL)