11 lines
174 B
Makefile
11 lines
174 B
Makefile
noinst_LTLIBRARIES = libdbe.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libdbe_la_SOURCES = \
|
|
dbe.c \
|
|
dbestruct.h \
|
|
midbe.c \
|
|
midbe.h \
|
|
midbestr.h
|