diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-05 21:37:00 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-05 21:37:00 +0000 |
commit | 9550c8ed80dee1aa7ced2d18144fd7b1a3b5a395 (patch) | |
tree | 6d1fe33d7962996754940f52f7003b158cbc93fb | |
parent | 971e370a2fdc6496fab680844393955de8d3eed2 (diff) |
No need for conditional generation of symdef files.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@403 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | polyp/Makefile.am | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am index 2e8361c9..614a187c 100644 --- a/polyp/Makefile.am +++ b/polyp/Makefile.am @@ -744,25 +744,13 @@ SYMDEF_FILES = \ module-mmkbd-evdev-symdef.h \ module-http-protocol-tcp-symdef.h \ module-http-protocol-tcp6-symdef.h \ - module-http-protocol-unix-symdef.h - -if HAVE_X11 -SYMDEF_FILES += \ + module-http-protocol-unix-symdef.h \ module-x11-bell-symdef.h \ - module-x11-publish-symdef.h -endif - -if !OS_IS_WIN32 -SYMDEF_FILES += \ + module-x11-publish-symdef.h \ module-oss-symdef.h \ - module-oss-mmap-symdef.h -endif - -if HAVE_ALSA -SYMDEF_FILES += \ + module-oss-mmap-symdef.h \ module-alsa-sink-symdef.h \ module-alsa-source-symdef.h -endif EXTRA_DIST += $(SYMDEF_FILES) BUILT_SOURCES += $(SYMDEF_FILES) |