]> Pileus Git - ~andy/gtk/blob - gdk/win32/Makefile.am
call g_test_init() from gtk_test_init().
[~andy/gtk] / gdk / win32 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 libgdkincludedir = $(includedir)/gtk-2.0/gdk
5
6 INCLUDES = \
7         -DG_LOG_DOMAIN=\"Gdk\"  \
8         -DINSIDE_GDK_WIN32      \
9         -I$(top_srcdir)         \
10         -I$(top_srcdir)/gdk     \
11         -I$(top_builddir)/gdk   \
12         $(GTK_DEBUG_FLAGS)      \
13         $(GDK_DEP_CFLAGS)       \
14         $(GDK_WIN32_EXTRA_CFLAGS)\
15         -DGDK_COMPILATION
16
17 LDADDS = $(GDK_DEP_LIBS)
18
19 noinst_LTLIBRARIES = libgdk-win32.la
20
21 SUBDIRS=rc
22
23 EXTRA_DIST += \
24         bdfcursor.c \
25         makefile.msc
26
27 libgdk_win32_la_SOURCES = \
28         xcursors.h \
29         gdkcolor-win32.c \
30         gdkcursor-win32.c \
31         gdkdisplay-win32.c \
32         gdkdnd-win32.c \
33         gdkdrawable-win32.c \
34         gdkdrawable-win32.h \
35         gdkevents-win32.c \
36         gdkfont-win32.c \
37         gdkgc-win32.c \
38         gdkgeometry-win32.c \
39         gdkglobals-win32.c \
40         gdkim-win32.c \
41         gdkimage-win32.c \
42         gdkinput.c \
43         gdkinput-win32.c \
44         gdkinput-win32.h \
45         gdkkeys-win32.c \
46         gdkmain-win32.c \
47         gdkpixmap-win32.c \
48         gdkpixmap-win32.h \
49         gdkprivate-win32.h \
50         gdkproperty-win32.c \
51         gdkscreen-win32.c \
52         gdkselection-win32.c \
53         gdkspawn-win32.c \
54         gdkvisual-win32.c \
55         gdkwin32.h \
56         gdkwin32id.c \
57         gdkwindow-win32.c \
58         gdkwindow-win32.h \
59         wintab.h \
60         pktdef.h
61
62 libgdkinclude_HEADERS =         \
63         gdkwin32.h