2001-07-17 Bradford Hovinen <hovinen@ximian.com> * Makefile.am (INCLUDES): Removed -DGLADE_DATADIR * capplet-util.c (create_dialog_cb): Use create_widget_cb rather than loading from Glade (capplet_init): Accept CreateDialogFn and initialize create_dialog_cb (close_cb): Don't call gtk_object_destroy (dialog) (get_control_cb): Rename from create_dialog_cb * sound-properties-capplet.c (create_dialog): Implement (main): Call glade_gnome_init; pass create_dialog to capplet_init (setup_dialog): Retrieve the Glade data from the widget passed to this function (create_dialog): Make sure dialog is destroyed when widget is * Makefile.am (EXTRA_DIST): Changed Applications_DATA to Applications_in_files (INCLUDES): Add -DGLADE_DATADIR
14 lines
343 B
Makefile
14 lines
343 B
Makefile
EXTRA_DIST = ChangeLog
|
|
|
|
INCLUDES = \
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
|
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
|
-I$(top_srcdir)/ \
|
|
-I$(top_srcdir)/intl \
|
|
@CAPPLET_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libcommon.a
|
|
|
|
libcommon_a_SOURCES = \
|
|
capplet-util.c capplet-util.h
|