Fixed some focus related problems when switching workspaces, including the
[wmaker-crm.git] / src / Makefile.am
blob96eccdcb9d12c886836c9a1bf86d3823019b7223
1 AUTOMAKE_OPTIONS = no-dependencies
3 BUILT_SOURCES = wconfig.h
5 bin_PROGRAMS = wmaker
7 EXTRA_DIST = 
10 wmaker_SOURCES =        \
11         GNUstep.h \
12         WindowMaker.h \
13         actions.c \
14         actions.h \
15         appicon.c \
16         appicon.h \
17         application.c \
18         application.h \
19         appmenu.c \
20         appmenu.h \
21         balloon.c \
22         balloon.h \
23         client.c \
24         client.h \
25         colormap.c \
26         cycling.c \
27         def_pixmaps.h \
28         defaults.c \
29         defaults.h \
30         dialog.c \
31         dialog.h \
32         dock.c \
33         dockedapp.c \
34         dock.h \
35         event.c \
36         extend_pixmaps.h \
37         framewin.c \
38         framewin.h \
39         geomview.c \
40         geomview.h \
41         gnome.c \
42         gnome.h \
43         funcs.h \
44         icon.c \
45         icon.h \
46         keybind.h \
47         kwm.h \
48         kwm.c \
49         main.c \
50         menu.c \
51         menu.h \
52         misc.c \
53         motif.c \
54         motif.h \
55         moveres.c \
56         openlook.c \
57         openlook.h \
58         pixmap.c \
59         pixmap.h \
60         placement.c \
61         properties.c \
62         properties.h \
63         resources.c \
64         resources.h \
65         rootmenu.c \
66         screen.c \
67         screen.h \
68         session.h \
69         session.c \
70         shutdown.c \
71         stacking.c \
72         stacking.h \
73         startup.c \
74         superfluous.c \
75         superfluous.h \
76         switchmenu.c \
77         texture.c \
78         texture.h \
79         usermenu.c \
80         usermenu.h \
81         xdnd.h \
82         xdnd.c \
83         xmodifier.h \
84         xmodifier.c \
85         xutil.c \
86         xutil.h \
87         wconfig.h \
88         wcore.c \
89         wcore.h \
90         wdefaults.c \
91         wdefaults.h \
92         window.c \
93         window.h \
94         winmenu.c \
95         winspector.h \
96         winspector.c \
97         workspace.c \
98         workspace.h \
99         wsound.c \
100         wsound.h \
101         text.c \
102         text.h 
105 CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
108 INCLUDES = \
109         -I$(top_srcdir)/wrlib \
110         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
113 wmaker_LDADD = \
114         $(top_builddir)/WINGs/libWINGs.a\
115         $(top_builddir)/wrlib/libwraster.la\
116         @XLIBS@ \
117         @INTLIBS@ \
118         @DLLIBS@