Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8748519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:32:18+00:00 2026-06-13T12:32:18+00:00

My directory set up: libone one.c one.h Makefile.am libtwo two.c #includes one.h two.h Makefile.am

  • 0

My directory set up:

libone
  one.c
  one.h
  Makefile.am

libtwo
  two.c #includes one.h
  two.h
  Makefile.am

...
Makefile.am
configure.ac
...

Now when I do autoreconf -fvi and configure and make,
I get the error from two.c: could not find one.h.
How do I setup the include paths in Makefile.am’s?
Any help appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T12:32:19+00:00Added an answer on June 13, 2026 at 12:32 pm

    Either do it the quick’n’dirty way

    #include "../libone/one.h"
    

    or (preferred, because then it doesn’t matter whether one.h is installed or in the source tree or split out into a different project)

    #include <libone/one.h>
    

    and in your Makefile.am

    libtwo_a_SOURCES = two.c two.h
    libtwo_a_CPPFLAGS = -I$(top_srcdir)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using RegistrySearch to set a property that is one of my directory
i'm trying to get a Outline view to display a directory, now I've edited
I'm having a problem with a cookie. I set it in one directory of
I am trying to create a virtual directory and set it's permissions using IIS7
Is there any way to set the directory where you want to start a
how to set ASP.NET version for virtual directory using c#.net FROM CODE for all
How can I set the initial directory of where an Open File Dialog appears?
I'm trying to set autosave to use a directory in ./emacs.d/autosaves. I previously used
1)I had a set of .js files in a particular Directory structure. 2)I NEED
I have a set of files in a single directory named: OneThing-x.extension OneThing-y.extension OneThing-z.extension

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.