--- psiconv/trunk/lib/psiconv/Makefile.am 2000/12/10 15:44:40 56 +++ psiconv/trunk/lib/psiconv/Makefile.am 2000/12/10 16:13:24 57 @@ -11,3 +11,10 @@ psiconvincludedir = $(includedir)/psiconv psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h +# There must be some automake-way to do this nicer, but for now it works. +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(psiconvincludedir) + p=general.h; \ + if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ + echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p"; \ + $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p;