You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
359 B
21 lines
359 B
## Process this file with automake to produce Makefile.in
|
|
|
|
pkglib_LTLIBRARIES = libtxl.la
|
|
|
|
libtxl_la_SOURCES = \
|
|
txl.c \
|
|
txlask.c \
|
|
txldest.c \
|
|
txlload.c \
|
|
txlmdel.c \
|
|
txlparam.c \
|
|
txlacct.c \
|
|
txldel.c \
|
|
txlmask.c \
|
|
txlmpar.c \
|
|
txlsetup.c \
|
|
txlinit.c
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|