]> sigrok.org Git - libsigrokdecode.git/blobdiff - Makefile.am
build: Do not hard-code decoders location on Windows
[libsigrokdecode.git] / Makefile.am
index 02f76d9e63fd77aad5f3d5006ba016aa9da0c5da..cd93059a68392f8bee8d99f5323c3aaa467e2398 100644 (file)
@@ -23,7 +23,12 @@ AM_LIBTOOLFLAGS = --silent
 GNUMAKEFLAGS = --no-print-directory
 
 DECODERS_DIR = $(pkgdatadir)/decoders
+# Do not hard-code the decoders location on Windows.
+if WIN32
+AM_CPPFLAGS =
+else
 AM_CPPFLAGS = -DDECODERS_DIR='"$(DECODERS_DIR)"'
+endif
 
 # The tests CFLAGS are a superset of the libsigrokdecode CFLAGS.
 AM_CFLAGS = $(SRD_EXTRA_CFLAGS) $(SRD_WFLAGS) $(TESTS_CFLAGS)