6912515fb2
Steghide is a steganography program that can hide data in JPEG, BMP, WAV, and AU files. Taken from pkgsrc-wip and modified by me.
11 lines
412 B
Text
11 lines
412 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/07/21 03:08:08 snj Exp $
|
|
|
|
--- src/Makefile.am.orig 2003-12-11 18:31:13.000000000 -0800
|
|
+++ src/Makefile.am
|
|
@@ -33,5 +33,5 @@ WavChunkHeader.cc WavChunkUnused.cc WavF
|
|
WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc
|
|
LIBS = @LIBINTL@ @LIBS@
|
|
localedir = $(datadir)/locale
|
|
-LIBTOOL = $(SHELL) libtool
|
|
+LIBTOOL = libtool
|
|
MAINTAINERCLEANFILES = Makefile.in
|