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

Add headers and extra-sources clause to makefile.

parent 46795d93
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,17 @@ pkglib_LTLIBRARIES = $(federation_lib) ...@@ -17,9 +17,17 @@ pkglib_LTLIBRARIES = $(federation_lib)
if HAVE_FEDERATION if HAVE_FEDERATION
# Federation switch plugin. # Federation switch plugin.
switch_federation_la_SOURCES = switch_federation.c federation.c switch_federation_la_SOURCES = \
federation.c federation.h \
federation_keys.h \
switch_federation.c
switch_federation_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS) switch_federation_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
switch_federation_la_LIBADD = $(top_builddir)/src/common/libcommon.la switch_federation_la_LIBADD = $(top_builddir)/src/common/libcommon.la
else
EXTRA_switch_federation_la_SOURCES = \
federation.c federation.h \
federation_keys.h \
switch_federation.c
endif 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