diff --git a/ChangeLog b/ChangeLog index ba2be9e4c..b6c143cec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-15 Tim Waugh + * src/Makefile.am: Add uninstall rule for grampslib.so (now 'make + distcheck' passes again). + 2003-10-14 Alex Roitman * src/ListModel.py (find): Prevent traceback if the entry is not found. diff --git a/src/Makefile.am b/src/Makefile.am index 912a576b3..3173c9cea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -173,3 +173,4 @@ install-data-local: uninstall-local: -rm $(DESTDIR)$(prefix)/share/pixmaps/gramps.png -rm $(DESTDIR)$(prefix)/share/gnome/apps/Applications/gramps.desktop + -rm $(DESTDIR)$(pkglibdir)/grampslib.so