First version of configuration helpers

This commit is contained in:
Abramo Bagnara 2000-08-24 12:49:51 +00:00
parent 24b11896d0
commit c709eb8140
7 changed files with 932 additions and 3 deletions

8
src/conf/Makefile.am Normal file
View file

@ -0,0 +1,8 @@
EXTRA_LTLIBRARIES = libconf.la
libconf_la_SOURCES = conf.c
all: libconf.la
INCLUDES=-I$(top_srcdir)/include