diff options
Diffstat (limited to 'src/bind')
| -rw-r--r-- | src/bind/Makefile_insert | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/bind/Makefile_insert b/src/bind/Makefile_insert new file mode 100644 index 000000000..33d60e875 --- /dev/null +++ b/src/bind/Makefile_insert @@ -0,0 +1,15 @@ +## Makefile.am fragment sourced by src/Makefile.am.
+
+bind/all: bind/libbind.a
+
+bind/clean:
+ rm -f bind/libbind.a
+ rm -f $(bind_libbind_a_OBJECTS)
+
+
+bind_libbind_a_SOURCES = \
+ bind/javabind.h \
+ bind/javabind-private.h \
+ bind/javabind.cpp \
+ bind/dobinding.cpp
+
|
