summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-27 14:52:17 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-27 14:52:17 +0000
commit759721cbbc265cc6ce4c5dd9141e00ca67c8fe2d (patch)
tree37ae9653a89ff55a81913c0df9f4ba62b4c8f0b5 /polyp
parent917d8765c62779dc74b9e49dab4f12d9590859c5 (diff)
Remove the version number from the module directory. Makes life easier
for any external projects that need to use that directory. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@462 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-rw-r--r--polyp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am
index 3a0d2f21..0181ae6a 100644
--- a/polyp/Makefile.am
+++ b/polyp/Makefile.am
@@ -25,7 +25,7 @@
polypincludedir=$(includedir)/polyp
polypconfdir=$(sysconfdir)/polypaudio
-modlibdir=$(libdir)/polypaudio-@PA_MAJORMINOR@
+modlibdir=$(libdir)/polypaudio
###################################
# Defines #