From 80c5e88588752d4a856a43fe292569afa6c1c31d Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 25 Aug 2015 16:00:41 +0300 Subject: drop support for win32/osx --- src/Makefile.am | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7f7477f..4d91119 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,30 +89,18 @@ mate_terminal_LDADD = \ skey/libskey.la \ $(TERM_LIBS) -if WITH_SMCLIENT mate_terminal_SOURCES += \ + eggdesktopfile.c \ + eggdesktopfile.h \ eggsmclient.c \ eggsmclient.h \ eggsmclient-private.h \ - $(NULL) -mate_terminal_CFLAGS += $(SMCLIENT_CFLAGS) -mate_terminal_LDADD += $(SMCLIENT_LIBS) - -if WITH_SMCLIENT_XSMP -mate_terminal_SOURCES += \ - eggdesktopfile.c \ - eggdesktopfile.h \ eggsmclient-xsmp.c \ $(NULL) + +mate_terminal_CFLAGS += $(SMCLIENT_CFLAGS) mate_terminal_CPPFLAGS += -DEGG_SM_CLIENT_BACKEND_XSMP -endif -if WITH_SMCLIENT_WIN32 -mate_terminal_SOURCES += eggsmclient-win32.c -endif -if WITH_SMCLIENT_QUARTZ -mate_terminal_SOURCES += eggsmclient-osx.c -endif -endif +mate_terminal_LDADD += $(SMCLIENT_LIBS) TYPES_H_FILES = \ terminal-profile.h \ -- cgit v1.2.1