From 1593dd683dfe384664c8db7c2aafa78b87f36513 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 9 Nov 2013 22:51:45 +0100 Subject: Remove open-terminal caja extension This was putin it's own package but never removed from mate-terminal. --- caja/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 caja/Makefile.am (limited to 'caja/Makefile.am') diff --git a/caja/Makefile.am b/caja/Makefile.am deleted file mode 100644 index 19f6e73..0000000 --- a/caja/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -libcaja_open_terminal_la_CFLAGS = \ - -DG_LOG_DOMAIN=\"Caja-Open-Terminal\" \ - -DDATADIR=\"$(datadir)\" \ - -DMATELOCALEDIR=\""$(datadir)/locale"\" \ - -I$(top_srcdir) \ - -I$(top_builddir) \ - $(WARN_CFLAGS) \ - -Werror \ - $(DISABLE_DEPRECATED_CFLAGS) \ - $(AM_CFLAGS) \ - $(TERM_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) - -caja_extensiondir=$(CAJA_EXTENSION_DIR) - -caja_extension_LTLIBRARIES=libcaja-open-terminal.la - -libcaja_open_terminal_la_SOURCES = \ - eel-mate-extensions.c \ - eel-mate-extensions.h \ - caja-open-terminal.h \ - caja-open-terminal.c \ - caja-open-terminal.h \ - open-terminal.c - -libcaja_open_terminal_la_LDFLAGS = -module -avoid-version -libcaja_open_terminal_la_LIBADD = $(AM_LIBS) $(TERM_LIBS) $(MATEDESKTOP_LIBS) -- cgit v1.2.1