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.
11 lines
365 B
11 lines
365 B
12 years ago
|
bin_PROGRAMS = conf
|
||
|
|
||
|
conf_SOURCES = conf.c
|
||
|
conf_CPPFLAGS = $(AM_CPPFLAGS) \
|
||
|
$(intl_CPPFLAGS) \
|
||
|
-I$(top_srcdir)/libs/parser
|
||
|
conf_CFLAGS = $(AM_CFLAGS) $(kf_CFLAGS)
|
||
|
conf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \
|
||
|
$(intl_LIBS) \
|
||
|
$(conf_EXTRA_LIBS)
|