summaryrefslogtreecommitdiff
path: root/plugins/adplug
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug')
-rw-r--r--plugins/adplug/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/adplug/Makefile.am b/plugins/adplug/Makefile.am
index e35d4107..0d4e2a5d 100644
--- a/plugins/adplug/Makefile.am
+++ b/plugins/adplug/Makefile.am
@@ -1,3 +1,4 @@
+if HAVE_ADPLUG
adplugpath=@top_srcdir@/plugins/adplug
adlibdir = $(libdir)/$(PACKAGE)
@@ -133,5 +134,4 @@ adplug_la_SOURCES = adplug-db.cpp\
adplug/xsm.h
adplug_la_LDFLAGS = -module
-
-
+endif