2000-08-23 Bradford Hovinen <hovinen@helixcode.com> * capplets/wm-properties/Makefile.am (INCLUDES): (wm_properties_capplet_LDADD): Add XML cflags/libs * capplets/wm-properties/wm-properties-capplet.c (do_get_xml): (do_set_xml): Implement (main): Call do_{get|set}_xml() on --get and --set * capplets/wm-properties/wm-list.c (wm_read_from_xml): (wm_list_read_from_xml): (wm_write_to_xml): (wm_list_write_to_xml): Implement
30 lines
784 B
Makefile
30 lines
784 B
Makefile
INCLUDES = -I. -I$(srcdir) \
|
|
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
|
|
-I$(srcdir)/../../libcapplet \
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
|
-I$(includedir) $(GNOME_INCLUDEDIR) $(IMLIB_CFLAGS) \
|
|
$(XML_CFLAGS)
|
|
|
|
bin_PROGRAMS = wm-properties-capplet
|
|
|
|
|
|
wm_properties_capplet_SOURCES = \
|
|
wm-properties.h \
|
|
wm-properties-capplet.c \
|
|
wm-list.c \
|
|
wm-exec.c
|
|
|
|
wm_properties_capplet_LDADD = \
|
|
../../libcapplet/libcapplet.la \
|
|
$(GNOME_LIBS) $(ORBIT_LIBS) $(GNOMEUI_LIBS) $(GNOME_LIBDIR) $(INTLLIBS) \
|
|
$(IMLIB_LIBS) $(GNOME_XML_LIB)
|
|
|
|
EXTRA_DIST = wm-properties.desktop
|
|
|
|
SUBDIRS=wm-desktops
|
|
|
|
sysdir = $(datadir)/control-center/Desktop
|
|
sys_DATA = wm-properties.desktop
|
|
|
|
Setdir = $(datadir)/gnome/apps/Settings/Desktop
|
|
Set_DATA = wm-properties.desktop
|