File: Makefile.am

package info (click to toggle)
goobox 3.0.1-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,728 kB
  • sloc: ansic: 16,719; sh: 11,046; makefile: 363; xml: 18
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = -DGTK_DISABLE_DEPRECATED \
	   -DGDK_DISABLE_DEPRECATED \
	   -DG_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