Skip to content
Snippets Groups Projects
Commit b671c773 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now allows for adding extra symbols to the main Pike binary.

Rev: src/modules/dynamic_module_makefile.in:1.5
parent 8a37534b
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ MAKE_FLAGS = "prefix=$(prefix)" "exec_prefix=$(exec_prefix)" "CC=$(CC)" "OTHERFL ...@@ -5,8 +5,8 @@ MAKE_FLAGS = "prefix=$(prefix)" "exec_prefix=$(exec_prefix)" "CC=$(CC)" "OTHERFL
all: module.@SO@ dummy all: module.@SO@ dummy
dummy: dummy: $(DUMMY)
echo "" >linker_options echo "$(LINKER_OPTIONS)" >linker_options
echo "" >modlist_headers echo "" >modlist_headers
echo "" >modlist_segment echo "" >modlist_segment
tmp="$(INSTALL_NAME)" ; if test x$$tmp = x ; then tmp="$(MODNAME)"; fi ; $(INSTALL) module.so $(TMP_LIBDIR)/modules/$$tmp.so tmp="$(INSTALL_NAME)" ; if test x$$tmp = x ; then tmp="$(MODNAME)"; fi ; $(INSTALL) module.so $(TMP_LIBDIR)/modules/$$tmp.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment