12 lines
220 B
Makefile
12 lines
220 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
bin_PROGRAMS = lcdexec
|
|
|
|
lcdexec_SOURCES = lcdexec.c menu.c menu.h
|
|
|
|
lcdexec_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
## EOF
|