~lightdm-team/lightdm/1.4

299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
1
lib_LTLIBRARIES = liblightdm-gobject-0.la
60 by robert.ancell at gmail
Make libldmgreeter library
2
303 by robert.ancell at canonical
Install a .vapi file
3
CLEANFILES =
4
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
5
liblightdm_gobject_0include_HEADERS = \
66 by robert.ancell at gmail
Make UserInfo a GObject
6
	greeter.h \
109 by robert.ancell at gmail
Add language information
7
	language.h \
104 by robert.ancell at gmail
Start to add keyboard layout support
8
	layout.h \
67 by robert.ancell at gmail
Make Session a GObject
9
	session.h \
66 by robert.ancell at gmail
Make UserInfo a GObject
10
	user.h
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
11
liblightdm_gobject_0includedir=$(includedir)/lightdm-gobject-0/lightdm
60 by robert.ancell at gmail
Make libldmgreeter library
12
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
13
liblightdm_gobject_0_la_LIBADD = $(LIBLIGHTDM_GOBJECT_LIBS)
14
liblightdm_gobject_0_la_CFLAGS = $(LIBLIGHTDM_GOBJECT_CFLAGS) \
353 by robert.ancell at canonical
Use a private pipe for greeter<->server communication instead of D-Bus (needs to be fixed in liblightdm-qt)
15
	$(WARN_CFLAGS) \
193 by robert.ancell at gmail
Fix incorrect X session dir
16
	-DXSESSIONS_DIR=\"$(XSESSIONS_DIR)\"
60 by robert.ancell at gmail
Make libldmgreeter library
17
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
18
liblightdm_gobject_0_la_SOURCES= \
66 by robert.ancell at gmail
Make UserInfo a GObject
19
	greeter.c \
362 by Robert Ancell
Make reading from the server non-blocking, add get_in_authentication() method
20
	greeter-protocol.h \
109 by robert.ancell at gmail
Add language information
21
	language.c \
104 by robert.ancell at gmail
Start to add keyboard layout support
22
	layout.c \
67 by robert.ancell at gmail
Make Session a GObject
23
	session.c \
289 by robert.ancell at canonical
Fix gobject-introspection build
24
	user.c \
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
25
	$(liblightdm_gobject_0include_HEADERS)
60 by robert.ancell at gmail
Make libldmgreeter library
26
63 by robert.ancell at gmail
Build introspection
27
if HAVE_INTROSPECTION
28
29
-include $(INTROSPECTION_MAKEFILE)
30
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
31
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
32
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
33
INTROSPECTION_GIRS = LightDM-0.gir
63 by robert.ancell at gmail
Build introspection
34
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
35
LightDM-0.gir: liblightdm-gobject-0.la
36
LightDM_0_gir_INCLUDES = GObject-2.0
37
LightDM_0_gir_CFLAGS = $(INCLUDES) --identifier-prefix=Ldm
38
LightDM_0_gir_LIBS = liblightdm-gobject-0.la
39
LightDM_0_gir_FILES = $(liblightdm_gobject_0_la_SOURCES)
63 by robert.ancell at gmail
Build introspection
40
41
girdir = $(datadir)/gir-1.0
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
42
gir_DATA = LightDM-0.gir
63 by robert.ancell at gmail
Build introspection
43
44
typelibdir = $(libdir)/girepository-1.0
299 by robert.ancell at canonical
Always use -0 on liblightdm libraries
45
typelib_DATA = LightDM-0.typelib
63 by robert.ancell at gmail
Build introspection
46
380 by Robert Ancell
Make a static vapi file, vapigen doesn't seem to make a suitable one
47
endif
48
308 by robert.ancell at canonical
Put .vapi file in unversioned vala directory
49
vapidir = $(datadir)/vala/vapi
399 by Robert Ancell
use better syntax for files that need disting
50
dist_vapi_DATA = lightdm-0.vapi
63 by robert.ancell at gmail
Build introspection
51
60 by robert.ancell at gmail
Make libldmgreeter library
52
pkgconfigdir = $(libdir)/pkgconfig
297 by robert.ancell at canonical
Renamed libldmgreeter to liblightdm
53
pkgconfig_DATA = liblightdm-gobject-0.pc
60 by robert.ancell at gmail
Make libldmgreeter library
54
55
DISTCLEANFILES = \
56
	Makefile.in \
282 by robert.ancell at canonical
Rename libldmgreeter to libldmgreeter-gobject
57
	$(pkgconfig_DATA) \
79 by robert.ancell at gmail
Get make distcheck working
58
	$(gir_DATA) \
59
	$(typelib_DATA)