summaryrefslogtreecommitdiff
path: root/libgnome-desktop/Makefile.am
blob: f8516ca8dafe8c704326dba6fa6ed5bd24163d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
SUBDIRS = libgnome libgnomeui

INCLUDES =							\
	-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale\""  \
	-DGNOME_DESKTOP_SYSCONFDIR=\""$(sysconfdir)"\"		\
	-DGNOME_DESKTOP_PIXMAPDIR=\""$(datadir)/pixmaps"\"	\
	-DGNOME_DESKTOP_ICONDIR=\""$(datadir)/icons"\"		\
	-DGNOME_CORE_INTERNAL					\
	-DDATADIR=\""$(pkgdatadir)"\"				\
	$(WARN_CFLAGS)						\
	$(DISABLE_DEPRECATED)					\
	$(XLIB_CFLAGS)						\
	$(GNOME_DESKTOP_CFLAGS)

lib_LTLIBRARIES = libgnome-desktop-2.la

noinst_PROGRAMS = test-ditem test-hint test-ditem-edit

libgnome_desktop_2_la_SOURCES = \
	gnome-desktop-item.c	\
	gnome-ditem-edit.c	\
	gnome-hint.c		\
	gnome-bg.c		\
	display-name.c		\
	gnome-rr.c		\
	gnome-rr-config.c	\
	edid-parse.c		\
	edid.h

libgnome_desktop_2_la_LIBADD =	\
	$(XLIB_LIBS)		\
	$(GNOME_DESKTOP_LIBS)

libgnome_desktop_2_la_LDFLAGS = \
	-version-info $(LT_VERSION) \
	-no-undefined

test_ditem_SOURCES = \
	test-ditem.c

test_ditem_LDADD = \
	libgnome-desktop-2.la		\
	$(XLIB_LIBS)			\
	$(GNOME_DESKTOP_LIBS)

test_hint_SOURCES = \
        test-hint.c

test_hint_LDADD = \
        libgnome-desktop-2.la           \
	$(XLIB_LIBS)			\
        $(GNOME_DESKTOP_LIBS)

test_ditem_edit_SOURCES = test-ditem-edit.c

test_ditem_edit_LDADD =		\
	libgnome-desktop-2.la	\
	$(XLIB_LIBS)		\
	$(GNOME_DESKTOP_LIBS)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-desktop-2.0.pc

EXTRA_DIST = \
	gnome-desktop-2.0.pc.in                \
	gnome-desktop-2.0-uninstalled.pc.in