From c51ef797a707f4e2c6f9688d4378f2b0e9898a66 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:56:10 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- mate-panel/libegg/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mate-panel/libegg/Makefile.am (limited to 'mate-panel/libegg/Makefile.am') diff --git a/mate-panel/libegg/Makefile.am b/mate-panel/libegg/Makefile.am new file mode 100644 index 00000000..c50c1fa0 --- /dev/null +++ b/mate-panel/libegg/Makefile.am @@ -0,0 +1,25 @@ +platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP +platform_sources = eggsmclient-xsmp.c + +noinst_LTLIBRARIES = libegg.la + +AM_CPPFLAGS = \ + $(EGG_SMCLIENT_CFLAGS) \ + -DG_LOG_DOMAIN=\""EggSMClient"\"\ + $(platform_defines) \ + $(DISABLE_DEPRECATED_CFLAGS) + +AM_CFLAGS = $(WARN_CFLAGS) + +libegg_la_SOURCES = \ + eggdesktopfile.c \ + eggdesktopfile.h \ + eggsmclient.c \ + eggsmclient.h \ + eggsmclient-private.h \ + $(platform_sources) + +libegg_la_LIBADD = \ + $(EGG_SMCLIENT_LIBS) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1