mirror of
https://github.com/tailix/libshmemq.git
synced 2025-02-17 15:45:41 -05:00
Add main source file
This commit is contained in:
parent
1638bcf10c
commit
80e1df4a4e
2 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,8 @@ noinst_PROGRAMS = \
|
|||
examples/raw_sender
|
||||
|
||||
libshmemq_a_SOURCES = \
|
||||
src/dummy.c
|
||||
src/dummy.c \
|
||||
src/main.c
|
||||
|
||||
examples_dummy_SOURCES = \
|
||||
$(libshmemq_a_SOURCES) \
|
||||
|
|
3
src/main.c
Normal file
3
src/main.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
Loading…
Add table
Reference in a new issue