diff --git a/Changelog b/Changelog index 3ff2c37..704fdb6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2003-01-05 Henning Meier-Geinitz + + * src/Makefile.in: Install sane-style.rc to $(sanedatadir) where + it can be found by the frontends (from Andrea Suatoni + ). + 2002-12-30 Henning Meier-Geinitz * src/gtkglue.c src/xscanimage.c: Use a scrollbar if the options diff --git a/src/Makefile.in b/src/Makefile.in index b55708e..10742ce 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -83,14 +83,14 @@ install: $(PROGRAMS) $(DESTDIR)$(bindir)/$${program}; \ done $(INSTALL_DATA) $(srcdir)/sane-style.rc \ - $(DESTDIR)$(datadir)/sane-style.rc + $(DESTDIR)$(sanedatadir)/sane-style.rc uninstall: @for program in $(BINPROGS); do \ echo removing $(bindir)/$${program}...; \ rm -f $(bindir)/$${program}; \ done - rm -f $(datadir)/sane-style.rc + rm -f $(sanedatadir)/sane-style.rc xscanimage: $(XSCANIMAGE_OBJS) $(LIBSANEI) $(LIBLIB) $(LINK) $(XSCANIMAGE_OBJS) $(LIBSANEI) \