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/gtkext | |
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/gtkext')
-rw-r--r-- | src/gtkext/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index dbf1fbc..4df0ffe 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -13,8 +13,7 @@ libgtkext_la_SOURCES = \ iodamarshal.h iodamarshal.c \ support.h support.c -libgtkext_la_LDFLAGS = $(LIBGTK_LIBS) \ - -L../analysis/.libs -lanalysis +libgtkext_la_LDFLAGS = INCLUDES = $(LIBGTK_CFLAGS) |