mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
9 lines
181 B
Makefile
9 lines
181 B
Makefile
|
SUBDIRS = asn1c
|
||
|
|
||
|
AM_CPPFLAGS = -I../util -Iasn1c
|
||
|
|
||
|
noinst_LTLIBRARIES=libipaasn1.la
|
||
|
noinst_HEADERS=ipa_asn1.h
|
||
|
libipaasn1_la_SOURCES=ipa_asn1.c
|
||
|
libipaasn1_la_LIBADD=asn1c/libasn1c.la
|