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.
14 lines
347 B
14 lines
347 B
# $Id$ |
|
|
|
bin_PROGRAMS = Esetroot Etbg Ettable |
|
bin_SCRIPTS = Etcolors Etwinop Etsearch kEsetroot |
|
|
|
Esetroot_SOURCES = Esetroot.c |
|
Esetroot_LDFLAGS = -rpath $(libdir):$(pkglibdir) |
|
|
|
Etbg_SOURCES = Etbg.c |
|
Ettable_SOURCES = Ettable.c |
|
|
|
EXTRA_DIST = Etbg.c Esetroot.c Ettable.c Makefile.am Makefile.in Etcolors Etwinop Etsearch \ |
|
kEsetroot.in |
|
|
|
|