Anyway, as I developed an object plugin, I will try to drop it in the
./dia/object directory.
You should make a directory in dia/object to put your stuff in. Add the
directory name to the SUBDIRS line in dia/object/Makefile.am, and take a
Makefile.am from one of the other object dirs and modify it to your needs.
Then run autogen.sh from the root dir again to create the makefiles.
I already did this it compiles and runs fine. I also added a mysheet.sheet.in
and modified
checking for GDK_PIXBUF - version >= 0.7.0... no
*** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found
*** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GDK_PIXBUF_CONFIG environment variable to the
*** full path to gdk-pixbuf-config.
configure: error: gdk-pixbuf >= 0.7.0 is required
I am using 2.0, still investigating what could be wrong here....