gnome-control-center/capplets/ui-properties/Makefile.am
Bradford Hovinen a72197926a Added archiver moniker for bonobo-conf
Added sample capplet using new moniker

2001-06-29  Bradford Hovinen  <hovinen@ximian.com>

        * main.c (main): Support --run-capplet argument on the command line

        * capplet-dir.c (capplet_launch): Implement. Currently not called,
        but will be used to launch capplets

        * main.c (main): Added OAF and bonobo intialization

        * capplets/Makefile.am (bin_PROGRAMS): Add target for
        sound-properties-capplet
        (INCLUDES): Install from new-sound-properties

        * configure.in (CAPPLET_{CFLAGS|LIBS}): Add bonobo_conf to each
2001-06-29 20:48:29 +00:00

34 lines
882 B
Makefile

Applicationsdir = $(datadir)/control-center/Desktop
Applications_DATA = behavior.desktop
pApplicationsdir = $(datadir)/gnome/apps/Settings/Desktop
pApplications_DATA = behavior.desktop
Gladedir = $(datadir)/control-center-data
Glade_DATA = \
ui-properties.glade \
gnome-warning.png
glade_msgs = \
ui-properties.glade.h
EXTRA_DIST = $(Applications_DATA) $(Glade_DATA) $(glade_msgs)
INCLUDES = \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DG_LOG_DOMAIN=\"ui-properties\" \
-DGLADE_DATADIR=\""$(Gladedir)"\" \
@CAPPLET_CFLAGS@ \
-I$(top_srcdir)/ \
-I$(top_srcdir)/intl
bin_PROGRAMS = ui-properties-capplet
ui_properties_capplet_SOURCES = \
prefs-widget.c prefs-widget.h \
prefs-widget-app.c prefs-widget-app.h \
preferences.c preferences.h \
main.c
ui_properties_capplet_LDADD = @CAPPLET_LIBS@