summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorWinfried <szukw000@arcor.de>2010-10-17 22:42:46 +0000
committerWinfried <szukw000@arcor.de>2010-10-17 22:42:46 +0000
commitf4b08bacb03457eae440ed88f70ac1598f2cee42 (patch)
treefcda8e7487cd5979586be05cdccad12af59af62b /codec
parentae6cf3da7dd5e5e1061b9da2c693674399e79874 (diff)
-This line, and those below, will be ignored--
M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am
Diffstat (limited to 'codec')
-rw-r--r--codec/Makefile.am2
-rw-r--r--codec/Makefile.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/codec/Makefile.am b/codec/Makefile.am
index 1a3f42bc..43d54506 100644
--- a/codec/Makefile.am
+++ b/codec/Makefile.am
@@ -1,4 +1,4 @@
-COMPILERFLAGS = -Wall
+COMPILERFLAGS = -Wall -static
USERLIBS = -lm
INCLUDES = -I.. -I. -I../libopenjpeg
diff --git a/codec/Makefile.in b/codec/Makefile.in
index 4db9e420..6d39386d 100644
--- a/codec/Makefile.in
+++ b/codec/Makefile.in
@@ -194,7 +194,6 @@ builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
-doxy_dir = @doxy_dir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
@@ -241,7 +240,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
with_doxygen = @with_doxygen@
-COMPILERFLAGS = -Wall
+COMPILERFLAGS = -Wall -static
USERLIBS = -lm $(am__append_2) $(am__append_4) $(am__append_6) \
$(am__append_8)
INCLUDES = -I.. -I. -I../libopenjpeg $(am__append_1) $(am__append_3) \