Skip to content
Snippets Groups Projects
Commit 727bc0d0 authored by Moe Jette's avatar Moe Jette
Browse files

Distribute elan sources even if "make dist" is executed on a system

lacking an elan switch.
parent 4f5428d0
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,11 @@ switch_elan_la_SOURCES = \
qsw.c qsw.h
switch_elan_la_LIBADD = $(top_builddir)/src/common/libcommon.la $(ELAN_LIBS)
switch_elan_la_LDFLAGS = $(PLUGIN_FLAGS)
else
EXTRA_switch_none_la_SOURCES = \
switch_elan.c \
elanhosts.c elanhosts.h \
qsw.c qsw.h
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment