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

Do not include ODBC in distributions

Rev: src/Makefile.in:1.18
parent 9267751e
Branches
Tags
No related merge requests found
...@@ -207,11 +207,11 @@ lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike ...@@ -207,11 +207,11 @@ lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike
# and thus has to follow the rules stated in that code. # and thus has to follow the rules stated in that code.
export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend
chmod +x $(SRCDIR)/install-sh chmod +x $(SRCDIR)/install-sh
$(RUNPIKE) $(TMP_BINDIR)/export.pike Image Pipe spider Ssleay _Crypto $(RUNPIKE) $(TMP_BINDIR)/export.pike Image Pipe spider Ssleay _Crypto Odbc
full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend
chmod +x $(SRCDIR)/install-sh chmod +x $(SRCDIR)/install-sh
$(RUNPIKE) $(TMP_BINDIR)/export.pike $(RUNPIKE) $(TMP_BINDIR)/export.pike Odbc
new_peep_engine: new_peep_engine:
$(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c $(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment