From e39e89e48f8d6afd91566ac5e039e99545045a86 Mon Sep 17 00:00:00 2001 From: fourdan Date: Thu, 18 May 2006 11:18:01 +0000 Subject: Rework the Makefile for cleaner installation, redo the debian packaging administration files for better lib/dev files splitting, move the Ivy header files to a new Ivy/ subdir to avoid conflicts with other existing system headers (beware, that *will* break existing code that needs to look in the the new path for headers inclusion) --- debian/ivy-c-dev.install | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/ivy-c-dev.install (limited to 'debian/ivy-c-dev.install') diff --git a/debian/ivy-c-dev.install b/debian/ivy-c-dev.install new file mode 100644 index 0000000..d73b978 --- /dev/null +++ b/debian/ivy-c-dev.install @@ -0,0 +1,8 @@ +usr/lib/*.so +usr/lib/*.a +usr/lib/*.la +usr/X11R6/lib/*.so +usr/X11R6/lib/*.a +usr/X11R6/lib/*.la +usr/include/Ivy/*.h +usr/lib/pkgconfig/* -- cgit v1.1