summaryrefslogtreecommitdiffstats
path: root/src/modules/gconf/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-26 17:36:14 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-26 17:36:14 +0000
commitcc1d8213d6a58b0022017f8d231a346387aab507 (patch)
treeebd379e340d53bb1959671e1aedc4977e02593db /src/modules/gconf/Makefile
parent61ce8bb0024764fa059aa5f5f1f5c2a0189c40bc (diff)
add new module "module-gconf" which reads configuration information from gconf. this will be used in my upcoming paconf module
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1150 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules/gconf/Makefile')
-rw-r--r--src/modules/gconf/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/modules/gconf/Makefile b/src/modules/gconf/Makefile
new file mode 100644
index 00000000..316beb72
--- /dev/null
+++ b/src/modules/gconf/Makefile
@@ -0,0 +1,13 @@
+# This is a dirty trick just to ease compilation with emacs
+#
+# This file is not intended to be distributed or anything
+#
+# So: don't touch it, even better ignore it!
+
+all:
+ $(MAKE) -C ../..
+
+clean:
+ $(MAKE) -C ../.. clean
+
+.PHONY: all clean