diff options
author | monsta <[email protected]> | 2015-09-09 12:09:52 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-09 12:09:52 +0300 |
commit | 0d36d61761a1d68839d61f521889dba3db7f514f (patch) | |
tree | dcf4188d0a02bdf227fa1abf6d0aedb8218075d8 /gsearchtool/libeggsmclient/Makefile.am | |
parent | f95463c41d467b5cd5c1c1d94c1734a8fe1b009d (diff) | |
download | mate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.bz2 mate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.xz |
gsearchtool: move smclient stuff there, move sources to src/ subdir
Diffstat (limited to 'gsearchtool/libeggsmclient/Makefile.am')
-rw-r--r-- | gsearchtool/libeggsmclient/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gsearchtool/libeggsmclient/Makefile.am b/gsearchtool/libeggsmclient/Makefile.am new file mode 100644 index 00000000..cc64b8cb --- /dev/null +++ b/gsearchtool/libeggsmclient/Makefile.am @@ -0,0 +1,16 @@ +AM_CPPFLAGS = $(DISABLE_DEPRECATED) + +noinst_LTLIBRARIES = libeggsmclient.la + +libeggsmclient_la_LIBADD = $(LIBEGGSMCLIENT_LIBS) \ + -lSM -lICE +libeggsmclient_la_CFLAGS = $(LIBEGGSMCLIENT_CFLAGS) \ + -DEGG_SM_CLIENT_BACKEND_XSMP \ + -DG_LOG_DOMAIN=\""EggSMClient"\" \ + $(WARN_CFLAGS) +libeggsmclient_la_SOURCES = eggdesktopfile.h \ + eggdesktopfile.c \ + eggsmclient.h \ + eggsmclient.c \ + eggsmclient-private.h \ + eggsmclient-xsmp.c |