autoconf
[Top][All Lists]
Advanced

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

header file not found


From: David Boesner
Subject: header file not found
Date: Thu, 24 Nov 2011 16:31:46 +0100

Hi everyone,

my programme has the following folder-structure

My problem: If I run make, I have the error, that a header file, which is
inside
my include folder can not be found. My configure.ac is attached.

main.c
     subfolder: -src
             subfolder: error
             subfolder: types
     subfolder: include    <---- the file that can't be found is here
             subfolder:error
             subfolder:types

I have Makefile.am in every folder.

content of the main Makefile.am

bin_PROGRAMS = GTspi

# Makefile.am im Unterverzeichnis
SUBDIRS = src src/types src/error include include/error include/types
##SUBDIRS = src
# Projektname

# Alle C-Dateien dieses Projekts angeben
GTspi_SOURCES = main.c

content of the sub Makefile.am

bin_PROGRAMS = GTspi

GTspi_SOURCES = gtspiContext.c gtspiTPM.c

Attachment: configure.ac
Description: Binary data


reply via email to

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