This results in: config.status: error: cannot find input file: `GoogleScholar/Makefile.in'
GoogleScholar being the plugin I'm writing and whose directory I added to Makefile.am But when I look at other plugins, their Makefile.in is autogenerated by automake, which is invoked by autogen and throws the error. What am I missing? On Mon, Jan 4, 2010 at 4:11 PM, Robert Dyer <[email protected]> wrote: > On Mon, Jan 4, 2010 at 10:19 AM, Shane Steinert-Threlkeld > <[email protected]> wrote: > > No I didn't. In looking through configure.ac, I'm not exactly sure what > to > > add. > > In that file, towards the bottom, you will see a list of files > similarly named. Look for other Resource.xml's and add a line for > your project. For example, there are these lines for AptURL: > > 245 AptURL/Makefile > 246 AptURL/Resources/AptURL.addin.xml > > You need 2 lines like that, pointing to your own makefile and your own > resource.xml file. > > > My plugin is a very simple, one-file plugin. It's very similar to the > > AptURL plugin except that it calls Services.Environment.OpenUrl instead > of > > the apt install command > > > > How should I set things up to compile and test this? > > You also need to add your directory to Makefile.am, again look for > AptURL and do something similar. > > That should link your plugin into the top-level make system. Make sure > to run ./autogen.sh again. > > - Robert > > -- > > You received this message because you are subscribed to the Google Groups > "GNOME Do" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<gnome-do%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gnome-do?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en.
