blob: 2b7d18ec8a789a92632dea665339dba5b1978eef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AM_CPPFLAGS = \
$(DISABLE_DEPRECATED) \
-UGETTEXT_PACKAGE
noinst_LTLIBRARIES = libeggsmclient.la
libeggsmclient_la_LIBADD = $(GTK_LIBS)
libeggsmclient_la_CFLAGS = $(GTK_CFLAGS)
libeggsmclient_la_SOURCES = eggdesktopfile.h \
eggdesktopfile.c \
eggsmclient.h \
eggsmclient.c \
eggsmclient-private.h \
eggsmclient-xsmp.c
-include $(top_srcdir)/git.mk
|