Browse Source

Continue last commit

tags/1.9.5
falkTX 10 years ago
parent
commit
379d13541a
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      source/Makefile.mk
  2. +1
    -1
      source/backend/Makefile
  3. +1
    -1
      source/plugin/Makefile

+ 1
- 1
source/Makefile.mk View File

@@ -165,7 +165,7 @@ ifneq ($(shell pkg-config --exists liblo && echo true),true)
$(error liblo missing, cannot continue)
endif

ifeq ($(UNIX),true)
ifeq ($(LINUX),true)
ifeq (,$(wildcard /usr/include/magic.h))
$(error libmagic missing, cannot continue)
endif


+ 1
- 1
source/backend/Makefile View File

@@ -73,7 +73,7 @@ ifeq ($(HAVE_X11),true)
STANDALONE_FLAGS += $(X11_LIBS)
endif

ifeq ($(LINUX),true)
ifeq ($(UNIX),true)
STANDALONE_FLAGS += -lmagic
endif



+ 1
- 1
source/plugin/Makefile View File

@@ -45,7 +45,7 @@ ifeq ($(HAVE_X11),true)
LINK_FLAGS += $(X11_LIBS)
endif

ifeq ($(LINUX),true)
ifeq ($(UNIX),true)
LINK_FLAGS += -lmagic
endif



Loading…
Cancel
Save