diff options
author | Bastien Nocera <hadess@hadess.net> | 2014-04-30 13:10:39 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2014-04-30 13:13:44 +0200 |
commit | 0bb0e018650560f346b1a2b8ec8a1c8b9a5a4cc7 (patch) | |
tree | 21164acca634e0bec5d64459da4c0a04b66aab7a /Makefile.am | |
parent | c0eb01697968c670cb8393c8a481219f01c18f9a (diff) | |
download | totem-0bb0e018650560f346b1a2b8ec8a1c8b9a5a4cc7.tar.gz |
browser-plugin: Remove browser plugin
http://www.hadess.net/2014/04/good-bye-totem-browser-plugin.html
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index e829a68f8..4cad8f6dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS} -NORMAL_SUBDIRS = libgd po data help src docs - -SUBDIRS = $(NORMAL_SUBDIRS) - -if ENABLE_BROWSER_PLUGINS -SUBDIRS += browser-plugin -endif +SUBDIRS = libgd po data help src docs EXTRA_DIST = \ license_change \ @@ -36,7 +30,6 @@ MAINTAINERCLEANFILES = \ DISTCLEANFILES = intltool-extract intltool-merge intltool-update -DIST_SUBDIRS = $(NORMAL_SUBDIRS) browser-plugin DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-gtk-doc \ |