]> git.ozlabs.org Git - petitboot/blob - ui/common/Makefile.am
Extend the "add url" function to allow file:// URLs
[petitboot] / ui / common / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13 #
14
15 noinst_LTLIBRARIES += ui/common/libpbui.la
16
17 ui_common_libpbui_la_SOURCES = \
18         ui/common/discover-client.c \
19         ui/common/discover-client.h \
20         ui/common/joystick.c \
21         ui/common/joystick.h \
22         ui/common/timer.c \
23         ui/common/timer.h \
24         ui/common/ui-system.c \
25         ui/common/ui-system.h
26
27 if ENABLE_PS3
28 ui_common_libpbui_la_SOURCES += \
29         ui/common/ps3.c \
30         ui/common/ps3.h
31 endif
32
33 artwork =
34
35 if WITH_TWIN
36 artwork += \
37         $(srcdir)/ui/common/artwork/background.jpg \
38         $(srcdir)/ui/common/artwork/COPYING-tux \
39         $(srcdir)/ui/common/artwork/tux.png \
40         $(srcdir)/ui/common/artwork/oxygen/applications-system.png \
41         $(srcdir)/ui/common/artwork/oxygen/configure.png \
42         $(srcdir)/ui/common/artwork/oxygen/COPYING-oxygen \
43         $(srcdir)/ui/common/artwork/oxygen/drive-harddisk.png \
44         $(srcdir)/ui/common/artwork/oxygen/network-wired.png \
45         $(srcdir)/ui/common/artwork/oxygen/utilities-terminal.png
46 endif
47
48 artworkdir = $(pkgdatadir)/artwork/
49 dist_artwork_DATA = $(artwork)
50