comparison audacious/Makefile.am @ 423:c7119bdbcc76 trunk

[svn] - remove fullscreen.c, fullscreen.h (I know of nothing for audacious that uses this code?) - merge timidity conversion to produce_audio(), provided by Kiyoshi Aman <kiyoshi.aman -at- gmail.com>.
author nenolod
date Fri, 13 Jan 2006 19:18:38 -0800
parents 31671500b357
children 67cd014f35a2
comparison
equal deleted inserted replaced
422:31671500b357 423:c7119bdbcc76
30 fft.c fft.h \ 30 fft.c fft.h \
31 input.c input.h \ 31 input.c input.h \
32 effect.c effect.h \ 32 effect.c effect.h \
33 general.c general.h \ 33 general.c general.h \
34 visualization.c visualization.h \ 34 visualization.c visualization.h \
35 fullscreen.c fullscreen.h \
36 pluginenum.c pluginenum.h \ 35 pluginenum.c pluginenum.h \
37 playlist.c playlist.h \ 36 playlist.c playlist.h \
38 controlsocket.c controlsocket.h \ 37 controlsocket.c controlsocket.h \
39 dock.c dock.h \ 38 dock.c dock.h \
40 widget.c widget.h \ 39 widget.c widget.h \
74 mkdtemp.c \ 73 mkdtemp.c \
75 pixmaps.h \ 74 pixmaps.h \
76 iir.c iir.h \ 75 iir.c iir.h \
77 na.xpm beep_logo.xpm 76 na.xpm beep_logo.xpm
78 77
79 beepinclude_HEADERS = plugin.h fullscreen.h output.h input.h 78 beepinclude_HEADERS = plugin.h output.h input.h
80 79
81 desktop_DATA = audacious.desktop 80 desktop_DATA = audacious.desktop
82 desktopdir = $(datadir)/applications 81 desktopdir = $(datadir)/applications
83 82
84 83