unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* EDE Automake: header files missing from distribution
@ 2009-10-28 15:07 Sascha Wilde
  2009-10-28 18:51 ` Sascha Wilde
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Wilde @ 2009-10-28 15:07 UTC (permalink / raw)
  To: emacs-devel

The next CEDET/EDE problem:
I have a simple example project with two targets and three files:

(ede-proj-project "EDE-Automake-Test"
  :name "EDE-Automake-Test"
  :file "Project.ede"
  :targets (list 
   (ede-proj-target-makefile-program "hello"
    :name "hello"
    :path ""
    :source '("hello.c")
    :configuration-variables 'nil
    :ldlibs '("talk")
    )
   (ede-proj-target-makefile-shared-object "talk"
    :name "talk"
    :path ""
    :source '("talk.c")
    :auxsource '("talk.h")
    )
   )
  :makefile-type 'Makefile.am
  )

now when I ede-make-dist the header file talk.h is missing from the
archive.

cheers
sascha
-- 
Sascha Wilde

If you think technology can solve your problems you don't understand
technology and you don't understand your problems.  (Bruce Schneier)




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-30 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-28 15:07 EDE Automake: header files missing from distribution Sascha Wilde
2009-10-28 18:51 ` Sascha Wilde
2009-10-30 13:16   ` Sascha Wilde
2009-10-30 13:40     ` Sascha Wilde

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).