summaryrefslogtreecommitdiff
path: root/src/format
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-05-11 15:22:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-05-11 15:22:42 (GMT)
commit80dc0ac97987ad9246bee7c47458a015339453bf (patch)
treed049aaa7417e9568adbec073fc74cac1df619aed /src/format
parente2f87e6e92a361cdd66b6867f51dda2abb1ed1b3 (diff)
Changed the way the program is built.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@62 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format')
-rw-r--r--src/format/Makefile.am7
-rw-r--r--src/format/elf/Makefile.am4
-rwxr-xr-xsrc/format/java/Makefile.am2
-rw-r--r--src/format/mangling/Makefile.am2
-rwxr-xr-xsrc/format/pe/Makefile.am2
5 files changed, 5 insertions, 12 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 41d7120..cad15c5 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -7,12 +7,7 @@ libformat_la_SOURCES = \
dbg_format.h dbg_format.c \
dbg_format-int.h
-libformat_la_LDFLAGS = $(LIBGTK_LIBS) \
- -Ldwarf/.libs -lformatdwarf \
- -Lelf/.libs -lformatelf \
- -Ljava/.libs -lformatjava \
- -Lmangling/.libs -lformatmangling \
- -Lpe/.libs -lformatpe
+libformat_la_LDFLAGS =
INCLUDES = $(LIBGTK_CFLAGS)
diff --git a/src/format/elf/Makefile.am b/src/format/elf/Makefile.am
index c64fc5c..680afd7 100644
--- a/src/format/elf/Makefile.am
+++ b/src/format/elf/Makefile.am
@@ -8,9 +8,7 @@ libformatelf_la_SOURCES = \
strings.h strings.c \
symbol.h symbol.c
-libformatelf_la_LDFLAGS = $(LIBGTK_LIBS) \
- -L../../common/.libs -common \
- -L../../arch/.libs -larch
+libformatelf_la_LDFLAGS =
INCLUDES = $(LIBGTK_CFLAGS)
diff --git a/src/format/java/Makefile.am b/src/format/java/Makefile.am
index 9f59f61..133eae0 100755
--- a/src/format/java/Makefile.am
+++ b/src/format/java/Makefile.am
@@ -9,7 +9,7 @@ libformatjava_la_SOURCES = \
method.h method.c \
pool.h pool.c
-libformatjava_la_LDFLAGS = $(LIBGTK_LIBS)
+libformatjava_la_LDFLAGS =
INCLUDES = $(LIBGTK_CFLAGS)
diff --git a/src/format/mangling/Makefile.am b/src/format/mangling/Makefile.am
index 0823ffc..a52a174 100644
--- a/src/format/mangling/Makefile.am
+++ b/src/format/mangling/Makefile.am
@@ -11,7 +11,7 @@ libformatmangling_la_SOURCES = \
itanium_gram.y \
itanium_tok.l
-libformatmangling_la_LDFLAGS = $(LIBGTK_LIBS)
+libformatmangling_la_LDFLAGS =
INCLUDES = $(LIBGTK_CFLAGS)
diff --git a/src/format/pe/Makefile.am b/src/format/pe/Makefile.am
index 9167577..c70a80f 100755
--- a/src/format/pe/Makefile.am
+++ b/src/format/pe/Makefile.am
@@ -5,7 +5,7 @@ libformatpe_la_SOURCES = \
e_pe.h e_pe.c \
pe-int.h
-libformatpe_la_LDFLAGS = $(LIBGTK_LIBS)
+libformatpe_la_LDFLAGS =
INCLUDES =