summaryrefslogtreecommitdiff
path: root/netsvcs/servers/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/servers/Makefile.am')
-rw-r--r--netsvcs/servers/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/netsvcs/servers/Makefile.am b/netsvcs/servers/Makefile.am
deleted file mode 100644
index 5a9dc555fed..00000000000
--- a/netsvcs/servers/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##----------------------------------------------------------------------------
-## $Id$
-##
-## Makefile.am for the netsvcs server example
-##----------------------------------------------------------------------------
-
-##
-## Process this file with automake to create Makefile.in
-##
-
-## The number in AUTOMAKE_OPTIONS is the minimum required version automake
-## needed to process this file.
-AUTOMAKE_OPTIONS = 1.4
-
-INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/netsvcs/lib
-
-noinst_PROGRAMS = main
-
-main_SOURCES = main.cpp
-main_LDADD = $(top_builddir)/netsvcs/lib/libnetsvcs.la \
- $(top_builddir)/ace/libACE.la
-
-noinst_DATA = svc.conf
-
-EXTRA_DIST = $(noinst_DATA)
-