diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-11 05:41:21 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-11 05:41:21 -0800 |
commit | d44e4bd8dd218b90537ce331eac3d5d179e5d111 (patch) | |
tree | 96ae6bfd9312bdc8bc4ee38e986c237b4fc06ba9 /caja/Makefile.am | |
parent | 4f6754602ea7df05e2b2dc77f347b0fb91a9e0ab (diff) | |
parent | 9090be011c98b8b4fe070946dcb22ea7a256f82b (diff) | |
download | mate-terminal-d44e4bd8dd218b90537ce331eac3d5d179e5d111.tar.bz2 mate-terminal-d44e4bd8dd218b90537ce331eac3d5d179e5d111.tar.xz |
Merge pull request #41 from infirit/master
Add dist-hook for ChangeLog and remove caja dir
Diffstat (limited to 'caja/Makefile.am')
-rw-r--r-- | caja/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
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) |