Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make improvements #383

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Make improvements #383

merged 10 commits into from
Sep 27, 2023

Conversation

carlgsmith
Copy link
Contributor

No description provided.

Use .test/ for building the test target so that
we can use test specific compile options
Now that the apteryx library is linked to by both
daemon and client we use apteryx_debug and the rpc code
from the library.
@install -d $(DESTDIR)/$(PREFIX)/lib/pkgconfig
@install -D apteryx.pc $(DESTDIR)/$(PREFIX)/lib/pkgconfig/

clean:
@echo "Cleaning..."
@rm -f libapteryx.so* apteryx.so apteryx apteryxd *.o
@rm -fr libapteryx.so* apteryx.so apteryx apteryxd *.o .test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this include/be $BUILDDIR ?

test.c Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you drop this patch and the patch it effectively reverts?

Path to BUILDDIR already added via EXTRA_LDFLAGS
@carlgsmith carlgsmith merged commit 079317e into master Sep 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants