emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EDE Automake: header files missing from distribution


From: Sascha Wilde
Subject: EDE Automake: header files missing from distribution
Date: Wed, 28 Oct 2009 16:07:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]