diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-04-25 16:51:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-04-25 16:51:41 (GMT) |
commit | b9977e00ff9eb6e025e86a15c858183f3f314cf5 (patch) | |
tree | eedacb236b90228d2b4c603fa9875ecaad05ee29 /src/format/java | |
parent | 216a3d0121fabd678e50ea6b4fa2447ae9b921f0 (diff) |
Saved the current work on plugins.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@59 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/java')
-rwxr-xr-x | src/format/java/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/format/java/Makefile.am b/src/format/java/Makefile.am index f94466d..9f59f61 100755 --- a/src/format/java/Makefile.am +++ b/src/format/java/Makefile.am @@ -1,7 +1,7 @@ -lib_LIBRARIES = libformatjava.a +lib_LTLIBRARIES = libformatjava.la -libformatjava_a_SOURCES = \ +libformatjava_la_SOURCES = \ attribute.h attribute.c \ e_java.h e_java.c \ field.h field.c \ @@ -9,7 +9,7 @@ libformatjava_a_SOURCES = \ method.h method.c \ pool.h pool.c -libformatjava_a_CFLAGS = $(AM_CFLAGS) +libformatjava_la_LDFLAGS = $(LIBGTK_LIBS) INCLUDES = $(LIBGTK_CFLAGS) |