From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: EDE Automake: header files missing from distribution Date: Wed, 28 Oct 2009 16:07:56 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256742506 23746 80.91.229.12 (28 Oct 2009 15:08:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 15:08:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 28 16:08:19 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3A8B-00073v-KW for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2009 16:08:11 +0100 Original-Received: from localhost ([127.0.0.1]:43165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3A8A-0004jV-TD for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2009 11:08:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3A81-0004fn-OU for emacs-devel@gnu.org; Wed, 28 Oct 2009 11:08:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3A80-0004d9-FT for emacs-devel@gnu.org; Wed, 28 Oct 2009 11:08:00 -0400 Original-Received: from [199.232.76.173] (port=53337 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3A80-0004cp-9u for emacs-devel@gnu.org; Wed, 28 Oct 2009 11:08:00 -0400 Original-Received: from mail2.sha-bang.de ([78.47.120.114]:49264 helo=mail.sha-bang.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3A7y-0008Go-Ai for emacs-devel@gnu.org; Wed, 28 Oct 2009 11:07:59 -0400 Original-Received: from kenny.sha-bang.local (xdsldd016.osnanet.de [89.166.157.16]) by mail.sha-bang.de (Postfix) with ESMTPSA id 5471154E for ; Wed, 28 Oct 2009 16:07:57 +0100 (CET) Original-Received: from wilde by kenny.sha-bang.local with local (Sha Bang MUA v.0711184.68) ID 1N3A7w-0004gO-Ug for emacs-devel@gnu.org; Wed, 28 Oct 2009 16:07:56 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116437 Archived-At: 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)