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.
26 lines
441 B
26 lines
441 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libtxl.la
|
|
|
|
libtxl_la_SOURCES = \
|
|
txl.c \
|
|
txlacct.c \
|
|
txlask.c \
|
|
txldefs.h \
|
|
txldest.c \
|
|
txlext.h \
|
|
txlfbr.c \
|
|
txlinit.h \
|
|
txlitf.h \
|
|
txlload.c \
|
|
txlmdel.c \
|
|
txlparam.c \
|
|
txldel.c \
|
|
txlmask.c \
|
|
txlmpar.c \
|
|
txlsetup.c \
|
|
txlinit.c
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|