1
0
Fork 0
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:
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