From 5cc440e199b04ed57df7ee5ed184f4aed96f7563 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 18 Oct 2008 11:07:14 +0000 Subject: [PATCH] Add a cucul.h symbolic link upon installation. --- caca/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/caca/Makefile.am b/caca/Makefile.am index 3e27733..379dd7b 100644 --- a/caca/Makefile.am +++ b/caca/Makefile.am @@ -75,6 +75,7 @@ install-exec-local: install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) ln -sf caca.pc $(DESTDIR)$(pkgconfigdir)/cucul.pc + ln -sf caca.h $(DESTDIR)$(includedir)/cucul.h uninstall-local: . libcaca.la; \ @@ -84,6 +85,7 @@ uninstall-local: rmdir $(DESTDIR)$(libdir) 2>/dev/null || true rm -f $(DESTDIR)$(pkgconfigdir)/cucul.pc rmdir $(DESTDIR)$(pkgconfigdir) 2>/dev/null || true + rm -f $(DESTDIR)$(includedir)/cucul.h if USE_PLUGINS plugin_LTLIBRARIES = libx11_plugin.la libgl_plugin.la