diff options
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r-- | makefiledir/Makefile.libdetection | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection index 237c02f98..a8859505f 100644 --- a/makefiledir/Makefile.libdetection +++ b/makefiledir/Makefile.libdetection @@ -68,6 +68,9 @@ else SDL-CONFIG:=sdl-config endif +# set libpng-config to the default value +LIBPNG-CONFIG :=libpng-config + # Networking, enabled by default WITH_NETWORK:=1 |