2002-05-14 Seth Nickell <snickell@stanford.edu> * .cvsignore: * Makefile.am: * gnome-window-manager.c: (gnome_window_manager_new): * gnome-window-manager.h: Move code out of window capplet into a seperate library so the settings daemon can avail of it.
17 lines
No EOL
488 B
Makefile
17 lines
No EOL
488 B
Makefile
EXTRA_DIST = ChangeLog
|
|
|
|
INCLUDES = \
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
|
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
|
-DGNOME_WINDOW_MANAGER_MODULE_PATH=\""$(libdir)/window-manager-settings"\" \
|
|
-I$(top_srcdir)/ \
|
|
@CAPPLET_CFLAGS@
|
|
|
|
noinst_LTLIBRARIES = libwindow-settings.la
|
|
|
|
libwindow_settings_la_SOURCES = \
|
|
gnome-window-manager.c \
|
|
gnome-window-manager.h
|
|
|
|
libwindow_settings_la_LIBADD = $(GNOMECC_CAPPLETS_LIBS)
|