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