diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-05-11 15:22:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-05-11 15:22:42 (GMT) |
commit | 80dc0ac97987ad9246bee7c47458a015339453bf (patch) | |
tree | d049aaa7417e9568adbec073fc74cac1df619aed /src/format/elf | |
parent | e2f87e6e92a361cdd66b6867f51dda2abb1ed1b3 (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/elf')
-rw-r--r-- | src/format/elf/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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) |