Make peek functions private and non-locking. Have NextTimestamp fetcher lock instead...
[gnash.git] / extensions / Makefile.am
blob890a10fe3e48d2a81f552aad0eb1d025592e0cb1
1 ## Process this file with automake to generate Makefile.in
2
3 #   Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18 AUTOMAKE_OPTIONS = 
20 EXTRA_DIST = gnashrc
22 # Don't try to build the MySQL extension unless MySQL is actually installed.
23 OTHER_DIRS =
24 if BUILD_MYSQL_EXT
25 OTHER_DIRS += mysql
26 endif
28 if BUILD_DEJAGNU_EXT
29 OTHER_DIRS += dejagnu
30 endif
32 if BUILD_FILEIO_EXT
33 OTHER_DIRS += fileio
34 endif
36 if BUILD_LIRC_EXT
37 OTHER_DIRS += lirc
38 endif
40 if BUILD_DBUS_EXT
41 OTHER_DIRS += dbus
42 endif
44 if BUILD_GTK_EXT
45 if BUILD_GTK_GUI
46 OTHER_DIRS += # gtk2
47 endif
48 endif
49 DIST_SUBDIRS = dejagnu fileio mysql gtk2 lirc dbus 
50 SUBDIRS = $(OTHER_DIRS)