1 # lopts - cmdline option and config file parsing (convenience library)
13 noinst_LTLIBRARIES=libopts.la
14 libopts_la_SOURCES=$(src) $(hdr)
17 -DLOCALEDIR=\""$(localedir)"\"\
18 -I$(top_srcdir)/src/util/\
19 -I$(top_srcdir)/src/opts/\
32 # vim: set ts=2 sw=2 tw=72 expandtab: