summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-15 04:10:33 +0000
committerDavid Robillard <d@drobilla.net>2007-11-15 04:10:33 +0000
commitf509434f4d87337243865d928e4fb2c6124c9cd3 (patch)
treebd06e3b71672279ed67a6302ed4e8f6869c1fe88 /Makefile.am
parent85bb5ef9bf1a44fa58f64e16e955d980a64799f6 (diff)
downloadlilv-f509434f4d87337243865d928e4fb2c6124c9cd3.tar.gz
lilv-f509434f4d87337243865d928e4fb2c6124c9cd3.tar.bz2
lilv-f509434f4d87337243865d928e4fb2c6124c9cd3.zip
Add Debian packaging stuff.
Rename pkg-config file libslv2 -> slv2 (conventional). git-svn-id: http://svn.drobilla.net/lad/slv2@916 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 75b5a85..19bf728 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ SUBDIRS = src slv2 utils hosts data $(DOC_DIR) swig
DIST_SUBDIRS = src slv2 utils hosts data doc swig
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libslv2.pc
+pkgconfig_DATA = slv2.pc
dist-hook: dist-check-doxygen