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