Blame src/ucm/Makefile.am

Packit 4a16fb
EXTRA_LTLIBRARIES = libucm.la
Packit 4a16fb
Packit Service f36a15
libucm_la_SOURCES = utils.c parser.c ucm_cond.c ucm_subs.c ucm_include.c \
Packit Service f36a15
		    ucm_regex.c main.c
Packit 4a16fb
Packit 4a16fb
noinst_HEADERS = ucm_local.h
Packit 4a16fb
Packit 4a16fb
all: libucm.la
Packit 4a16fb
Packit 4a16fb
Packit 4a16fb
AM_CPPFLAGS=-I$(top_srcdir)/include