Re: nodist scripts ??
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/2/11 James K. Lowden <[email protected]>: > Frediano Ziglio wrote: >> >> I don't understand why script used in dblib unittests are not >> distributed... from src/dblib/unittests/Makefile.am > > Some combination of laziness and ineptitude. > > I still haven't figured out how to get automake to copy the scripts to my > build directory, so I haven't worried about whether or not they're > distributed. Apologies for any inconvenience on your end! > Perhaps a dist_noinst_link_SCRIPTS ? (just kidding :-) ) I think automake start to be a bit bloated and diffucult to manage... I never understood modifiers and other stuff and info/manual are not so easy (beside I didn't read it that much...). In some test sources I used FREETDS_SRCDIR (which is defined in Makefile.am) so to put in the file directly from source directory. Perhaps you could try to open basename.sql and then try with FREETDS_SRCDIR/basename.sql freddy77