diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-10 05:13:03 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-10 05:13:03 +0000 |
| commit | 642dec8825ac36f954f8c63f3821214b8e0198e5 (patch) | |
| tree | 0dc735aed2fecac7423240afb10d47c252da1f41 /src/bind/Makefile_insert | |
| parent | Put /bind references back in (diff) | |
| download | inkscape-642dec8825ac36f954f8c63f3821214b8e0198e5.tar.gz inkscape-642dec8825ac36f954f8c63f3821214b8e0198e5.zip | |
New makefile_insert for /bind
(bzr r5026)
Diffstat (limited to 'src/bind/Makefile_insert')
| -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
+
|
