]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/smclient/Makefile.am
Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.
[evince.git] / cut-n-paste / smclient / Makefile.am
1 noinst_LTLIBRARIES = libsmclient.la
2
3 libsmclient_la_SOURCES =        \
4         eggdesktopfile.c        \
5         eggdesktopfile.h        \
6         eggsmclient.c           \
7         eggsmclient.h           \
8         eggsmclient-private.h   \
9         eggsmclient-xsmp.c
10
11 libsmclient_la_CFLAGS =                         \
12         -DG_LOG_DOMAIN=\""EggSMClient"\"        \       
13         -DEGG_SM_CLIENT_BACKEND_XSMP            \
14         $(SMCLIENT_CFLAGS)                      \
15         $(WARNING_CFLAGS)                       \
16         $(DISABLE_DEPRECATED)
17
18 libsmclient_la_LIBADD =         \
19         $(SMCLIENT_LIBS)        \
20         -lSM -lICE