11 lines
243 B
Makefile
11 lines
243 B
Makefile
|
|
AM_CFLAGS = -I$(top_builddir)/include
|
|
|
|
lib_LTLIBRARIES = libqseutl.la
|
|
libqseutl_la_SOURCES = \
|
|
assert.c http.c main.c stdio.c \
|
|
tgp.c \
|
|
tgp.h
|
|
libqseutl_la_LDFLAGS = -version-info 1:0:0 -no-undefined -L../cmn
|
|
libqseutl_la_LIBADD = -lqsecmn
|