Files
lcdproc/clients/lcdexec/Makefile.am
T

17 lines
311 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
sysconf_DATA = lcdexec.conf
2002-08-19 20:47:52 +00:00
bin_PROGRAMS = lcdexec
2002-08-19 20:47:52 +00:00
lcdexec_SOURCES = lcdexec.c menu.c menu.h
2003-12-25 15:02:34 +00:00
lcdexec_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\"
EXTRA_DIST = $(sysconf_DATA)
## EOF