mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
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
This commit is contained in:
parent
61ce8bb002
commit
cc1d8213d6
4 changed files with 544 additions and 2 deletions
13
src/modules/gconf/Makefile
Normal file
13
src/modules/gconf/Makefile
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue