Blame src/ucm/Makefile.am
|
Packit Service |
db8eaa |
EXTRA_LTLIBRARIES = libucm.la
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
libucm_la_SOURCES = utils.c parser.c ucm_cond.c ucm_subs.c ucm_include.c \
|
|
Packit Service |
db8eaa |
ucm_regex.c main.c
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
noinst_HEADERS = ucm_local.h
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
all: libucm.la
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
AM_CPPFLAGS=-I$(top_srcdir)/include
|