File: Makefile.am

package info (click to toggle)
slab 0.0.cvs.20061028-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,724 kB
  • ctags: 1,564
  • sloc: ansic: 13,346; sh: 8,876; makefile: 253; xml: 8
file content (24 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
INCLUDES =				\
	@LIBUTILS_CFLAGS@		\
	$(WARN_CFLAGS)

noinst_LTLIBRARIES = libutils.la

libutils_la_SOURCES =			\
	double-click-detector.c		\
	double-click-detector.h		\
	eggaccelerators.c		\
	eggaccelerators.h		\
	egg-recent-item.c		\
	egg-recent-item.h		\
	egg-recent-model.c		\
	egg-recent-model.h		\
	gnome-utils.c			\
	gnome-utils.h			\
	slab-gnome-util.c		\
	slab-gnome-util.h		\
	themed-icon.c			\
	themed-icon.h

libutils_la_LIBADD =			\
	@LIBUTILS_LIBS@