On Tue, 2008-07-22 at 13:45 +0800, Bin Li wrote: > Hi, > > --- src/Makefile.am.orig 2008-07-22 10:17:16.000000000 +0800 > +++ src/Makefile.am 2008-07-22 13:30:42.000000000 +0800 > @@ -22,7 +22,8 @@ > > nm_pptp_service_SOURCES = \ > nm-pptp-service.c \ > - nm-pptp-service.h > + nm-pptp-service.h \ > + nm-pptp-pppd-service.xml
Should be EXTRA_DIST actually. Fixed in svn r3844, thanks! Dan > nm-pptp-pppd-service-glue.h: $(top_srcdir)/src/nm-pptp-pppd-service.xml > dbus-binding-tool --prefix=nm_pptp_pppd_service > --mode=glib-server --output=$@ $< > > It works fine, but I'm not sure if the position of xml file is accord > with the automake standard, feel free to change it. > > Sincerely Yours, > > Bin Li > > http://cn.opensuse.org > _______________________________________________ > NetworkManager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
