diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-17 20:56:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-17 20:56:53 +0100 |
commit | 2adeca46f677bacad1914a3a1eedabaf710c71ad (patch) | |
tree | 71028a415516aa9c702e86a6959cb9d2101229a6 /lib/Makefile.am | |
parent | 842dcead48ee80a10afa6e03667e9bf74cb8f2ab (diff) | |
parent | d3c90cdcdf56146af89056ed36bfcc7b4d4956c5 (diff) |
Merge tag 'upstream/2.9.8'
Upstream version 2.9.8
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 805a218..16400f2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -51,8 +51,10 @@ distclean: cd lanplus; make distclean install: - $(MKDIR) ${datato} - cd lanplus; make install + if [ "$(PLUSFLAGS)" = "-DHAVE_LANPLUS" ]; then \ + $(MKDIR) ${datato} ; \ + cd lanplus; make install ; \ + fi check: |