You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
306 B
16 lines
306 B
noinst_LIBRARIES = libuasync.a |
|
|
|
libuasync_a_SOURCES = \ |
|
u_async.c \ |
|
u_async.h \ |
|
$(top_srcdir)/src/ll_queue.h \ |
|
$(top_srcdir)/src/ll_queue.c \ |
|
debug_config.c \ |
|
debug_config.h \ |
|
timeout_heap.c \ |
|
timeout_heap.h |
|
|
|
libuasync_a_CFLAGS = \ |
|
-D_ISOC99_SOURCE \ |
|
-DDEBUG_OUTPUT_STDERR \ |
|
-I$(top_srcdir)/src
|
|
|