unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sascha Wilde <wilde@sha-bang.de>
To: emacs-devel@gnu.org
Subject: EDE Automake: header files missing from distribution
Date: Wed, 28 Oct 2009 16:07:56 +0100	[thread overview]
Message-ID: <m2bpjr1rqr.fsf@sha-bang.de> (raw)

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	other threads:[~2009-10-28 15:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-28 15:07 Sascha Wilde [this message]
2009-10-28 18:51 ` EDE Automake: header files missing from distribution Sascha Wilde
2009-10-30 13:16   ` Sascha Wilde
2009-10-30 13:40     ` Sascha Wilde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2bpjr1rqr.fsf@sha-bang.de \
    --to=wilde@sha-bang.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).