~ubuntu-desktop/libcanberra/karmic

« back to all changes in this revision

Viewing changes to debian/patches/0021-build-sys-fix-module-path.patch

  • Committer: Luke Yelavich
  • Date: 2009-09-21 03:49:49 UTC
  • Revision ID: luke.yelavich@canonical.com-20090921034949-3q6p5h4dx4i35aei
Only ship fixes that do not depend on other commits that introduce code that
      is not desired at this late stage in karmic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 39e07bc4ae149089815ed3e4f6b614c8cb987309 Mon Sep 17 00:00:00 2001
2
 
From: Lennart Poettering <lennart@poettering.net>
3
 
Date: Sun, 20 Sep 2009 19:52:37 +0200
4
 
Subject: [PATCH 10/11] build-sys: fix module path
5
 
 
6
 
---
7
 
 src/Makefile.am |    4 ++--
8
 
 1 files changed, 2 insertions(+), 2 deletions(-)
9
 
 
10
 
diff --git a/src/Makefile.am b/src/Makefile.am
11
 
index 8da9334..b24d9fc 100644
12
 
--- a/src/Makefile.am
13
 
+++ b/src/Makefile.am
14
 
@@ -26,8 +26,8 @@ gnomeautostartdir = $(datadir)/gnome/autostart
15
 
 
16
 
 gdmautostartdir = $(datadir)/gdm/autostart/LoginWindow/
17
 
 
18
 
-#AM_CFLAGS = $(PTHREAD_CFLAGS) -DCA_PLUGIN_PATH=\"$(plugindir)\"
19
 
-AM_CFLAGS = $(PTHREAD_CFLAGS) -DCA_PLUGIN_PATH=\"/home/lennart/projects/libcanberra/src/.libs\"
20
 
+AM_CFLAGS = $(PTHREAD_CFLAGS) -DCA_PLUGIN_PATH=\"$(plugindir)\"
21
 
+#AM_CFLAGS = $(PTHREAD_CFLAGS) -DCA_PLUGIN_PATH=\"/home/lennart/projects/libcanberra/src/.libs\"
22
 
 AM_CXXFLAGS = $(PTHREAD_CFLAGS)
23
 
 AM_LDADD = $(PTHREAD_LIBS)
24
 
 
25
 
1.6.3.3
26