aboutsummaryrefslogtreecommitdiffstats
path: root/palm/jpilot/files/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'palm/jpilot/files/patch-ba')
-rw-r--r--palm/jpilot/files/patch-ba22
1 files changed, 22 insertions, 0 deletions
diff --git a/palm/jpilot/files/patch-ba b/palm/jpilot/files/patch-ba
new file mode 100644
index 000000000000..53ee03ee54fa
--- /dev/null
+++ b/palm/jpilot/files/patch-ba
@@ -0,0 +1,22 @@
+--- Makefile.in.orig Sun Dec 12 13:23:05 1999
++++ Makefile.in Fri Dec 24 11:04:06 1999
+@@ -22,7 +22,7 @@
+ GTKLIBS = @GTK_LIBS@
+
+ # Targets
+-all: jpilot
++all: jpilot libplugin
+
+ jpilot: jpilot.o datebook.o address.o todo.o memo.o \
+ utils.o sync.o prefs.o log.o plugins.o \
+@@ -132,8 +132,10 @@
+ ./install-sh -c -m 755 -g bin -o bin empty/AddressDB.pdb $(prefix)/share/jpilot/
+ ./install-sh -c -m 755 -g bin -o bin empty/ToDoDB.pdb $(prefix)/share/jpilot/
+ ./install-sh -c -m 755 -g bin -o bin empty/MemoDB.pdb $(prefix)/share/jpilot/
++ ./install-sh -c -m 644 libplugin.a $(prefix)/lib/
+
+ uninstall:
+ rm $(prefix)/share/jpilot/*
+ rm $(prefix)/bin/jpilot
+ rm $(prefix)/jpilot
++ rm $(prefix)/lib/libplugin.a