Hi,
Am trying to build printer applet which is a part of gnome-panel
(gnome-panel/applets/gen_utils/). Though this applet is a part of
gnome-panel it wasn't compiled when I built gnome-panel. B'coz in
Makefile (in gnome-panel/applets/gen_utils dir.) there wasn't any entry
for printer applet's source (printer.c & printer.h). So I made an entry
to it by adding printer.c and printer.h to Makefile.am (under
gnome-panel/applets/gen_utils) and generated the Makefile for the same
by running autogen.sh in gnome-panel. But the build (*make*) failed for
printer applet.
The changes made in Makefile.am:
I have added printer.c & printer.h to the Mkaefile.am SOURCES as below:.