Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/smclient/Makefile.am
blob: 25e9840affaba5534239ad46b0d7b8ecbd2f3602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_LTLIBRARIES = libsmclient.la

libsmclient_la_SOURCES = 	\
	eggdesktopfile.c	\
	eggdesktopfile.h	\
	eggsmclient.c		\
	eggsmclient.h		\
	eggsmclient-private.h	\
	eggsmclient-xsmp.c

libsmclient_la_CFLAGS =				\
	-DG_LOG_DOMAIN=\""EggSMClient"\"	\	
	-DEGG_SM_CLIENT_BACKEND_XSMP		\
	$(SMCLIENT_CFLAGS)			\
	$(WARNING_CFLAGS)			\
	$(DISABLE_DEPRECATED)

libsmclient_la_LIBADD = 	\
	$(SMCLIENT_LIBS)	\
	-lSM -lICE