Return to Makefile.am CVS log | Up to Nevrax / code / nelns / admin_service |
version 1.1, 2001/05/02 12:36:39 | version 1.2, 2001/05/03 13:19:13 | ||
---|---|---|---|
|
|
||
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | ||
bin_PROGRAMS = admin_executor_service | bin_PROGRAMS = admin_service | ||
time_service_SOURCES = admin_executor_service.cpp | admin_service_SOURCES = admin_service.cpp | ||
time_service_LDADD = -lnelnet -lnelmisc | admin_service_LDADD = -lnelnet -lnelmisc | ||
# End of Makefile.am | # End of Makefile.am |
|