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

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

libsmclient_la_CFLAGS =				\
	-I$(top_srcdir)/lib			\
	-DG_LOG_DOMAIN=\""EggSMClient"\"	\	
	-DEGG_SM_CLIENT_BACKEND_XSMP		\
	$(SMCLIENT_CFLAGS)			\
	$(WARNING_CFLAGS)			\
	$(DISABLE_DEPRECATED)

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