Re: Convenience programs

2009-04-01 Thread Russell Shaw
John Calcote wrote: Russell, On 4/1/2009 4:47 AM, Russell Shaw wrote: ... /Makefile.am should contain: SUBDIRS = ... keysyms ... src ... Just makesure keysyms is given before src in that list. Thanks, it works now:)

Re: Convenience programs

2009-04-01 Thread John Calcote
Russell, On 4/1/2009 4:47 AM, Russell Shaw wrote: Hi, In //keysyms, i have a Makefile.am and it generates a "genkeysyms" program in C. //src contains a Makefile.am and it generates source files in this directory using ../keysyms/genkeysyms, then uses these sources in the rest of the compile