diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-10 05:21:03 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-10 05:21:03 +0000 |
| commit | f28c761648e94db5c0ff268d29ef71fed07ba68e (patch) | |
| tree | 0ea96f516fbeb6f9d25b628facd76dcfb02cde02 /src | |
| parent | Add the /bind dir (diff) | |
| download | inkscape-f28c761648e94db5c0ff268d29ef71fed07ba68e.tar.gz inkscape-f28c761648e94db5c0ff268d29ef71fed07ba68e.zip | |
Remember to add the jni files
(bzr r5028)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bind/Makefile_insert | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/bind/Makefile_insert b/src/bind/Makefile_insert index 33d60e875..9c333b50e 100644 --- a/src/bind/Makefile_insert +++ b/src/bind/Makefile_insert @@ -7,9 +7,12 @@ bind/clean: rm -f $(bind_libbind_a_OBJECTS)
-bind_libbind_a_SOURCES = \
- bind/javabind.h \
- bind/javabind-private.h \
- bind/javabind.cpp \
- bind/dobinding.cpp
+bind_libbind_a_SOURCES = \
+ bind/javabind.h \
+ bind/javabind-private.h \
+ bind/javabind.cpp \
+ bind/dobinding.cpp \
+ bind/javainc/jni.h \
+ bind/javainc/linux/jni_md.h
+
|
