mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
24feae47f2
This is step forward working VPATH builds which cleanly separate sources and build artifacts. It makes the system cleaner and easier to understand. Python and web UI likely require more work to make VPATH builds working. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
9 lines
202 B
Makefile
9 lines
202 B
Makefile
SUBDIRS = asn1c
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/util -I$(srcdir)/asn1c
|
|
|
|
noinst_LTLIBRARIES=libipaasn1.la
|
|
noinst_HEADERS=ipa_asn1.h
|
|
libipaasn1_la_SOURCES=ipa_asn1.c
|
|
libipaasn1_la_LIBADD=asn1c/libasn1c.la
|