Add main source file

This commit is contained in:
Alex Kotov 2020-12-13 15:36:52 +05:00
parent 1638bcf10c
commit 80e1df4a4e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 5 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif